Html Css Color HEX #17CBDB Dark Turquoise

📋 copy color: '#17CBDB'

red 23 ◦ green 203 ◦ blue 219

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

Shades of Dark Turquoise #17CBDB

Tints of Dark Turquoise #17CBDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 49.21%

R = 5.17%
G = 45.62%
B = 49.21%

CMYK

 C value IS 0.89

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#17CBDB (or 0x17CBDB) is known color: Dark Turquoise. HEX triplet: 17, CB and DB. RGB value is (23,203,219). Sum of RGB (Red+Green+Blue) = 23+203+219=445 (58% of max value = 765). Red value is 23 (9.38% from 255 or 5.17% from 445); Green value is 203 (79.69% from 255 or 45.62% from 445); Blue value is 219 (85.94% from 255 or 49.21% from 445); Max value from RGB is 219 - color contains mainly: blue. Hex color #17CBDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17CBDB is #E83424. Grayscale: #969696. Windows color (decimal): -15217701 or 14404375. OLE color: 14404375.

HSL color Cylindrical-coordinate representation of color #17CBDB: hue angle of 184.9º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #17CBDB is Cyan = 0.89, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 23 203 219 -
CMYK 0.89 0.07 0 0.14
HSL 184.9º 0.81% 0.47% -
HSV(B) 184.9º 0.89% 0.86% -
XYZ 34.5 48.01 74.47 -
YUV 151 166.37 36.7 -
System Red Green Blue C M Y K H S L
Decimal 23 203 219 0.89 0.07 0 0.14 184.9 0.81 0.47
Hex 17 CB DB 59 7 0 E B9 51 2F
Octal 27 313 333 131 7 0 16 271 121 57
Binary 10111 11001011 11011011 1011001 111 0 1110 10111001 1010001 101111

Color Harmonies of #17CBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17CBDB

Black with #17CBDB

Text Example


Text Example

White with #17CBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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