Html Css Color HEX #23DDC2 Turquoise

📋 copy color: '#23DDC2'

red 35 ◦ green 221 ◦ blue 194

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

Shades of Turquoise #23DDC2

Tints of Turquoise #23DDC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 43.11%

R = 7.78%
G = 49.11%
B = 43.11%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#23DDC2 (or 0x23DDC2) is known color: Turquoise. HEX triplet: 23, DD and C2. RGB value is (35,221,194). Sum of RGB (Red+Green+Blue) = 35+221+194=450 (59% of max value = 765). Red value is 35 (14.06% from 255 or 7.78% from 450); Green value is 221 (86.72% from 255 or 49.11% from 450); Blue value is 194 (76.17% from 255 or 43.11% from 450); Max value from RGB is 221 - color contains mainly: green. Hex color #23DDC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23DDC2 is #DC223D. Grayscale: #A2A2A2. Windows color (decimal): -14426686 or 12770595. OLE color: 12770595.

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

Color convert

RGB 35 221 194 -
CMYK 0.84 0 0.12 0.13
HSL 171.29º 0.73% 0.5% -
HSV(B) 171.29º 0.84% 0.87% -
XYZ 36.29 55.97 59.93 -
YUV 162.31 145.88 37.2 -
System Red Green Blue C M Y K H S L
Decimal 35 221 194 0.84 0 0.12 0.13 171.29 0.73 0.5
Hex 23 DD C2 54 0 C D AB 49 32
Octal 43 335 302 124 0 14 15 253 111 62
Binary 100011 11011101 11000010 1010100 0 1100 1101 10101011 1001001 110010

Color Harmonies of #23DDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23DDC2

Black with #23DDC2

Text Example


Text Example

White with #23DDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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