Html Css Color HEX #23DDD2 Turquoise

📋 copy color: '#23DDD2'

red 35 ◦ green 221 ◦ blue 210

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

Shades of Turquoise #23DDD2

Tints of Turquoise #23DDD2

RGB

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

 GREEN value IS 221 (86.72% from 255) = 47.42%

 BLUE value IS 210 (82.42% from 255) = 45.06%

R = 7.51%
G = 47.42%
B = 45.06%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#23DDD2 (or 0x23DDD2) is known color: Turquoise. HEX triplet: 23, DD and D2. RGB value is (35,221,210). Sum of RGB (Red+Green+Blue) = 35+221+210=466 (61% of max value = 765). Red value is 35 (14.06% from 255 or 7.51% from 466); Green value is 221 (86.72% from 255 or 47.42% from 466); Blue value is 210 (82.42% from 255 or 45.06% from 466); Max value from RGB is 221 - color contains mainly: green. Hex color #23DDD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23DDD2 is #DC222D. Grayscale: #A3A3A3. Windows color (decimal): -14426670 or 13819171. OLE color: 13819171.

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

Color convert

RGB 35 221 210 -
CMYK 0.84 0 0.05 0.13
HSL 176.45º 0.73% 0.5% -
HSV(B) 176.45º 0.84% 0.87% -
XYZ 38.18 56.72 69.91 -
YUV 164.13 153.88 35.89 -
System Red Green Blue C M Y K H S L
Decimal 35 221 210 0.84 0 0.05 0.13 176.45 0.73 0.5
Hex 23 DD D2 54 0 5 D B0 49 32
Octal 43 335 322 124 0 5 15 260 111 62
Binary 100011 11011101 11010010 1010100 0 101 1101 10110000 1001001 110010

Color Harmonies of #23DDD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23DDD2

Black with #23DDD2

Text Example


Text Example

White with #23DDD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,221,210); }

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

background-color css

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

 a { background-color: rgb(35,221,210); }

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

border-color css

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

 span { border-color: rgb(35,221,210); }

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