Html Css Color HEX #17CBE0 Dark Turquoise

📋 copy color: '#17CBE0'

red 23 ◦ green 203 ◦ blue 224

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

Shades of Dark Turquoise #17CBE0

Tints of Dark Turquoise #17CBE0

RGB

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

 GREEN value IS 203 (79.69% from 255) = 45.11%

 BLUE value IS 224 (87.89% from 255) = 49.78%

R = 5.11%
G = 45.11%
B = 49.78%

CMYK

 C value IS 0.90

 M value IS 0.09

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#17CBE0 (or 0x17CBE0) is known color: Dark Turquoise. HEX triplet: 17, CB and E0. RGB value is (23,203,224). Sum of RGB (Red+Green+Blue) = 23+203+224=450 (59% of max value = 765). Red value is 23 (9.38% from 255 or 5.11% from 450); Green value is 203 (79.69% from 255 or 45.11% from 450); Blue value is 224 (87.89% from 255 or 49.78% from 450); Max value from RGB is 224 - color contains mainly: blue. Hex color #17CBE0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17CBE0 is #E8341F. Grayscale: #979797. Windows color (decimal): -15217696 or 14732055. OLE color: 14732055.

HSL color Cylindrical-coordinate representation of color #17CBE0: hue angle of 186.27º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17CBE0 is Cyan = 0.90, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 23 203 224 -
CMYK 0.90 0.09 0 0.12
HSL 186.27º 0.81% 0.48% -
HSV(B) 186.27º 0.9% 0.88% -
XYZ 35.16 48.28 77.99 -
YUV 151.57 168.87 36.29 -
System Red Green Blue C M Y K H S L
Decimal 23 203 224 0.90 0.09 0 0.12 186.27 0.81 0.48
Hex 17 CB E0 5A 9 0 C BA 51 30
Octal 27 313 340 132 11 0 14 272 121 60
Binary 10111 11001011 11100000 1011010 1001 0 1100 10111010 1010001 110000

Color Harmonies of #17CBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17CBE0

Black with #17CBE0

Text Example


Text Example

White with #17CBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,203,224); }

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

background-color css

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

 a { background-color: rgb(23,203,224); }

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

border-color css

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

 span { border-color: rgb(23,203,224); }

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