Html Css Color HEX #75DFDD Turquoise Blue

📋 copy color: '#75DFDD'

red 117 ◦ green 223 ◦ blue 221

#75DFDD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise Blue #75DFDD

Tints of Turquoise Blue #75DFDD

RGB

 RED value IS 117 (46.09% from 255) = 20.86%

 GREEN value IS 223 (87.5% from 255) = 39.75%

 BLUE value IS 221 (86.72% from 255) = 39.39%

R = 20.86%
G = 39.75%
B = 39.39%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#75DFDD (or 0x75DFDD) is known color: Turquoise Blue. HEX triplet: 75, DF and DD. RGB value is (117,223,221). Sum of RGB (Red+Green+Blue) = 117+223+221=561 (74% of max value = 765). Red value is 117 (46.09% from 255 or 20.86% from 561); Green value is 223 (87.5% from 255 or 39.75% from 561); Blue value is 221 (86.72% from 255 or 39.39% from 561); Max value from RGB is 223 - color contains mainly: green. Hex color #75DFDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75DFDD is #8A2022. Grayscale: #BEBEBE. Windows color (decimal): -9052195 or 14540661. OLE color: 14540661.

HSL color Cylindrical-coordinate representation of color #75DFDD: hue angle of 178.87º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75DFDD is Cyan = 0.48, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 117 223 221 -
CMYK 0.48 0 0.01 0.13
HSL 178.87º 0.62% 0.67% -
HSV(B) 178.87º 0.48% 0.87% -
XYZ 46.77 61.78 77.87 -
YUV 191.08 144.88 75.16 -
System Red Green Blue C M Y K H S L
Decimal 117 223 221 0.48 0 0.01 0.13 178.87 0.62 0.67
Hex 75 DF DD 30 0 1 D B3 3E 43
Octal 165 337 335 60 0 1 15 263 76 103
Binary 1110101 11011111 11011101 110000 0 1 1101 10110011 111110 1000011

Color Harmonies of #75DFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DFDD

Black with #75DFDD

Text Example


Text Example

White with #75DFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75DFDD; }

 p { color: rgb(117,223,221); }

 H1.HeaderClassName
 {
   color: #75DFDD;
 }
 .AnyTagClassName
 {
   color: #75DFDD;
 }
</style>

background-color css

<style>
 a { background-color: #75DFDD; }

 a { background-color: rgb(117,223,221); }

 div.DivClassName
 {
   background-color: #75DFDD;
 }
 .BgClassName
 {
   background-color: #75DFDD;
 }
</style>

border-color css

<style>
 span { border-color: #75DFDD; }

 span { border-color: rgb(117,223,221); }

 td.TdClassName
 {
   border-color: #75DFDD;
 }
 .TagClassName
 {
   border-color: #75DFDD;
 }
</style>