Html Css Color HEX #23CCD6 Dark Turquoise

📋 copy color: '#23CCD6'

red 35 ◦ green 204 ◦ blue 214

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

Shades of Dark Turquoise #23CCD6

Tints of Dark Turquoise #23CCD6

RGB

 RED value IS 35 (14.06% from 255) = 7.73%

 GREEN value IS 204 (80.08% from 255) = 45.03%

 BLUE value IS 214 (83.98% from 255) = 47.24%

R = 7.73%
G = 45.03%
B = 47.24%

CMYK

 C value IS 0.84

 M value IS 0.05

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#23CCD6 (or 0x23CCD6) is known color: Dark Turquoise. HEX triplet: 23, CC and D6. RGB value is (35,204,214). Sum of RGB (Red+Green+Blue) = 35+204+214=453 (60% of max value = 765). Red value is 35 (14.06% from 255 or 7.73% from 453); Green value is 204 (80.08% from 255 or 45.03% from 453); Blue value is 214 (83.98% from 255 or 47.24% from 453); Max value from RGB is 214 - color contains mainly: blue. Hex color #23CCD6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23CCD6 is #DC3329. Grayscale: #9A9A9A. Windows color (decimal): -14431018 or 14076963. OLE color: 14076963.

HSL color Cylindrical-coordinate representation of color #23CCD6: hue angle of 183.35º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #23CCD6 is Cyan = 0.84, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 35 204 214 -
CMYK 0.84 0.05 0 0.16
HSL 183.35º 0.72% 0.49% -
HSV(B) 183.35º 0.84% 0.84% -
XYZ 34.42 48.4 71.15 -
YUV 154.61 161.51 42.69 -
System Red Green Blue C M Y K H S L
Decimal 35 204 214 0.84 0.05 0 0.16 183.35 0.72 0.49
Hex 23 CC D6 54 5 0 10 B7 48 31
Octal 43 314 326 124 5 0 20 267 110 61
Binary 100011 11001100 11010110 1010100 101 0 10000 10110111 1001000 110001

Color Harmonies of #23CCD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23CCD6

Black with #23CCD6

Text Example


Text Example

White with #23CCD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23CCD6; }

 p { color: rgb(35,204,214); }

 H1.HeaderClassName
 {
   color: #23CCD6;
 }
 .AnyTagClassName
 {
   color: #23CCD6;
 }
</style>

background-color css

<style>
 a { background-color: #23CCD6; }

 a { background-color: rgb(35,204,214); }

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

border-color css

<style>
 span { border-color: #23CCD6; }

 span { border-color: rgb(35,204,214); }

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