Html Css Color HEX #23DEC8 Turquoise

📋 copy color: '#23DEC8'

red 35 ◦ green 222 ◦ blue 200

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

Shades of Turquoise #23DEC8

Tints of Turquoise #23DEC8

RGB

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

 GREEN value IS 222 (87.11% from 255) = 48.58%

 BLUE value IS 200 (78.52% from 255) = 43.76%

R = 7.66%
G = 48.58%
B = 43.76%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#23DEC8 (or 0x23DEC8) is known color: Turquoise. HEX triplet: 23, DE and C8. RGB value is (35,222,200). Sum of RGB (Red+Green+Blue) = 35+222+200=457 (60% of max value = 765). Red value is 35 (14.06% from 255 or 7.66% from 457); Green value is 222 (87.11% from 255 or 48.58% from 457); Blue value is 200 (78.52% from 255 or 43.76% from 457); Max value from RGB is 222 - color contains mainly: green. Hex color #23DEC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23DEC8 is #DC2137. Grayscale: #A3A3A3. Windows color (decimal): -14426424 or 13164067. OLE color: 13164067.

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

Color convert

RGB 35 222 200 -
CMYK 0.84 0 0.10 0.13
HSL 172.94º 0.74% 0.5% -
HSV(B) 172.94º 0.84% 0.87% -
XYZ 37.24 56.77 63.64 -
YUV 163.58 148.55 36.29 -
System Red Green Blue C M Y K H S L
Decimal 35 222 200 0.84 0 0.10 0.13 172.94 0.74 0.5
Hex 23 DE C8 54 0 A D AD 4A 32
Octal 43 336 310 124 0 12 15 255 112 62
Binary 100011 11011110 11001000 1010100 0 1010 1101 10101101 1001010 110010

Color Harmonies of #23DEC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23DEC8

Black with #23DEC8

Text Example


Text Example

White with #23DEC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,222,200); }

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

background-color css

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

 a { background-color: rgb(35,222,200); }

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

border-color css

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

 span { border-color: rgb(35,222,200); }

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