Html Css Color HEX #23D0DC Dark Turquoise

📋 copy color: '#23D0DC'

red 35 ◦ green 208 ◦ blue 220

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

Shades of Dark Turquoise #23D0DC

Tints of Dark Turquoise #23D0DC

RGB

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

 GREEN value IS 208 (81.64% from 255) = 44.92%

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

R = 7.56%
G = 44.92%
B = 47.52%

CMYK

 C value IS 0.84

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#23D0DC (or 0x23D0DC) is known color: Dark Turquoise. HEX triplet: 23, D0 and DC. RGB value is (35,208,220). Sum of RGB (Red+Green+Blue) = 35+208+220=463 (61% of max value = 765). Red value is 35 (14.06% from 255 or 7.56% from 463); Green value is 208 (81.64% from 255 or 44.92% from 463); Blue value is 220 (86.33% from 255 or 47.52% from 463); Max value from RGB is 220 - color contains mainly: blue. Hex color #23D0DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23D0DC is #DC2F23. Grayscale: #9D9D9D. Windows color (decimal): -14429988 or 14471203. OLE color: 14471203.

HSL color Cylindrical-coordinate representation of color #23D0DC: hue angle of 183.89º 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 #23D0DC is Cyan = 0.84, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 35 208 220 -
CMYK 0.84 0.05 0 0.14
HSL 183.89º 0.73% 0.5% -
HSV(B) 183.89º 0.84% 0.86% -
XYZ 36.17 50.64 75.58 -
YUV 157.64 163.19 40.52 -
System Red Green Blue C M Y K H S L
Decimal 35 208 220 0.84 0.05 0 0.14 183.89 0.73 0.5
Hex 23 D0 DC 54 5 0 E B8 49 32
Octal 43 320 334 124 5 0 16 270 111 62
Binary 100011 11010000 11011100 1010100 101 0 1110 10111000 1001001 110010

Color Harmonies of #23D0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23D0DC

Black with #23D0DC

Text Example


Text Example

White with #23D0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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