Html Css Color HEX #23CEDC Dark Turquoise

📋 copy color: '#23CEDC'

red 35 ◦ green 206 ◦ blue 220

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

Shades of Dark Turquoise #23CEDC

Tints of Dark Turquoise #23CEDC

RGB

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

 GREEN value IS 206 (80.86% from 255) = 44.69%

 BLUE value IS 220 (86.33% from 255) = 47.72%

R = 7.59%
G = 44.69%
B = 47.72%

CMYK

 C value IS 0.84

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#23CEDC (or 0x23CEDC) is known color: Dark Turquoise. HEX triplet: 23, CE and DC. RGB value is (35,206,220). Sum of RGB (Red+Green+Blue) = 35+206+220=461 (61% of max value = 765). Red value is 35 (14.06% from 255 or 7.59% from 461); Green value is 206 (80.86% from 255 or 44.69% from 461); Blue value is 220 (86.33% from 255 or 47.72% from 461); Max value from RGB is 220 - color contains mainly: blue. Hex color #23CEDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23CEDC is #DC3123. Grayscale: #9C9C9C. Windows color (decimal): -14430500 or 14470691. OLE color: 14470691.

HSL color Cylindrical-coordinate representation of color #23CEDC: hue angle of 184.54º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #23CEDC is Cyan = 0.84, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 35 206 220 -
CMYK 0.84 0.06 0 0.14
HSL 184.54º 0.73% 0.5% -
HSV(B) 184.54º 0.84% 0.86% -
XYZ 35.68 49.67 75.42 -
YUV 156.47 163.85 41.36 -
System Red Green Blue C M Y K H S L
Decimal 35 206 220 0.84 0.06 0 0.14 184.54 0.73 0.5
Hex 23 CE DC 54 6 0 E B9 49 32
Octal 43 316 334 124 6 0 16 271 111 62
Binary 100011 11001110 11011100 1010100 110 0 1110 10111001 1001001 110010

Color Harmonies of #23CEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23CEDC

Black with #23CEDC

Text Example


Text Example

White with #23CEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,206,220); }

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

background-color css

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

 a { background-color: rgb(35,206,220); }

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

border-color css

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

 span { border-color: rgb(35,206,220); }

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