Html Css Color HEX #17CAE4 Dark Turquoise

📋 copy color: '#17CAE4'

red 23 ◦ green 202 ◦ blue 228

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

Shades of Dark Turquoise #17CAE4

Tints of Dark Turquoise #17CAE4

RGB

 RED value IS 23 (9.38% from 255) = 5.08%

 GREEN value IS 202 (79.3% from 255) = 44.59%

 BLUE value IS 228 (89.45% from 255) = 50.33%

R = 5.08%
G = 44.59%
B = 50.33%

CMYK

 C value IS 0.90

 M value IS 0.11

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#17CAE4 (or 0x17CAE4) is known color: Dark Turquoise. HEX triplet: 17, CA and E4. RGB value is (23,202,228). Sum of RGB (Red+Green+Blue) = 23+202+228=453 (60% of max value = 765). Red value is 23 (9.38% from 255 or 5.08% from 453); Green value is 202 (79.30% from 255 or 44.59% from 453); Blue value is 228 (89.45% from 255 or 50.33% from 453); Max value from RGB is 228 - color contains mainly: blue. Hex color #17CAE4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17CAE4 is #E8351B. Grayscale: #979797. Windows color (decimal): -15217948 or 14993943. OLE color: 14993943.

HSL color Cylindrical-coordinate representation of color #17CAE4: hue angle of 187.61º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17CAE4 is Cyan = 0.90, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 23 202 228 -
CMYK 0.90 0.11 0 0.11
HSL 187.61º 0.82% 0.49% -
HSV(B) 187.61º 0.9% 0.89% -
XYZ 35.48 48.02 80.8 -
YUV 151.44 171.2 36.39 -
System Red Green Blue C M Y K H S L
Decimal 23 202 228 0.90 0.11 0 0.11 187.61 0.82 0.49
Hex 17 CA E4 5A B 0 B BC 52 31
Octal 27 312 344 132 13 0 13 274 122 61
Binary 10111 11001010 11100100 1011010 1011 0 1011 10111100 1010010 110001

Color Harmonies of #17CAE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17CAE4

Black with #17CAE4

Text Example


Text Example

White with #17CAE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17CAE4; }

 p { color: rgb(23,202,228); }

 H1.HeaderClassName
 {
   color: #17CAE4;
 }
 .AnyTagClassName
 {
   color: #17CAE4;
 }
</style>

background-color css

<style>
 a { background-color: #17CAE4; }

 a { background-color: rgb(23,202,228); }

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

border-color css

<style>
 span { border-color: #17CAE4; }

 span { border-color: rgb(23,202,228); }

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