Html Css Color HEX #17CBCF Dark Turquoise

📋 copy color: '#17CBCF'

red 23 ◦ green 203 ◦ blue 207

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

Shades of Dark Turquoise #17CBCF

Tints of Dark Turquoise #17CBCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.81%

R = 5.31%
G = 46.88%
B = 47.81%

CMYK

 C value IS 0.89

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#17CBCF (or 0x17CBCF) is known color: Dark Turquoise. HEX triplet: 17, CB and CF. RGB value is (23,203,207). Sum of RGB (Red+Green+Blue) = 23+203+207=433 (57% of max value = 765). Red value is 23 (9.38% from 255 or 5.31% from 433); Green value is 203 (79.69% from 255 or 46.88% from 433); Blue value is 207 (81.25% from 255 or 47.81% from 433); Max value from RGB is 207 - color contains mainly: blue. Hex color #17CBCF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17CBCF is #E83430. Grayscale: #959595. Windows color (decimal): -15217713 or 13617943. OLE color: 13617943.

HSL color Cylindrical-coordinate representation of color #17CBCF: hue angle of 181.3º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #17CBCF is Cyan = 0.89, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 23 203 207 -
CMYK 0.89 0.02 0 0.19
HSL 181.3º 0.8% 0.45% -
HSV(B) 181.3º 0.89% 0.81% -
XYZ 32.97 47.4 66.44 -
YUV 149.64 160.37 37.67 -
System Red Green Blue C M Y K H S L
Decimal 23 203 207 0.89 0.02 0 0.19 181.3 0.8 0.45
Hex 17 CB CF 59 2 0 13 B5 50 2D
Octal 27 313 317 131 2 0 23 265 120 55
Binary 10111 11001011 11001111 1011001 10 0 10011 10110101 1010000 101101

Color Harmonies of #17CBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17CBCF

Black with #17CBCF

Text Example


Text Example

White with #17CBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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