Html Css Color HEX #23DEC6 Turquoise

📋 copy color: '#23DEC6'

red 35 ◦ green 222 ◦ blue 198

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

Shades of Turquoise #23DEC6

Tints of Turquoise #23DEC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 43.52%

R = 7.69%
G = 48.79%
B = 43.52%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#23DEC6 (or 0x23DEC6) is known color: Turquoise. HEX triplet: 23, DE and C6. RGB value is (35,222,198). Sum of RGB (Red+Green+Blue) = 35+222+198=455 (60% of max value = 765). Red value is 35 (14.06% from 255 or 7.69% from 455); Green value is 222 (87.11% from 255 or 48.79% from 455); Blue value is 198 (77.73% from 255 or 43.52% from 455); Max value from RGB is 222 - color contains mainly: green. Hex color #23DEC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23DEC6 is #DC2139. Grayscale: #A3A3A3. Windows color (decimal): -14426426 or 13032995. OLE color: 13032995.

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

Color convert

RGB 35 222 198 -
CMYK 0.84 0 0.11 0.13
HSL 172.3º 0.74% 0.5% -
HSV(B) 172.3º 0.84% 0.87% -
XYZ 37.01 56.68 62.42 -
YUV 163.35 147.55 36.45 -
System Red Green Blue C M Y K H S L
Decimal 35 222 198 0.84 0 0.11 0.13 172.3 0.74 0.5
Hex 23 DE C6 54 0 B D AC 4A 32
Octal 43 336 306 124 0 13 15 254 112 62
Binary 100011 11011110 11000110 1010100 0 1011 1101 10101100 1001010 110010

Color Harmonies of #23DEC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23DEC6

Black with #23DEC6

Text Example


Text Example

White with #23DEC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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