Html Css Color HEX #23EDCC Turquoise

📋 copy color: '#23EDCC'

red 35 ◦ green 237 ◦ blue 204

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

Shades of Turquoise #23EDCC

Tints of Turquoise #23EDCC

RGB

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

 GREEN value IS 237 (92.97% from 255) = 49.79%

 BLUE value IS 204 (80.08% from 255) = 42.86%

R = 7.35%
G = 49.79%
B = 42.86%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#23EDCC (or 0x23EDCC) is known color: Turquoise. HEX triplet: 23, ED and CC. RGB value is (35,237,204). Sum of RGB (Red+Green+Blue) = 35+237+204=476 (63% of max value = 765). Red value is 35 (14.06% from 255 or 7.35% from 476); Green value is 237 (92.97% from 255 or 49.79% from 476); Blue value is 204 (80.08% from 255 or 42.86% from 476); Max value from RGB is 237 - color contains mainly: green. Hex color #23EDCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23EDCC is #DC1233. Grayscale: #ACACAC. Windows color (decimal): -14422580 or 13430051. OLE color: 13430051.

HSL color Cylindrical-coordinate representation of color #23EDCC: hue angle of 170.2º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #23EDCC is Cyan = 0.85, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 35 237 204 -
CMYK 0.85 0 0.14 0.07
HSL 170.2º 0.85% 0.53% -
HSV(B) 170.2º 0.85% 0.93% -
XYZ 41.88 65.29 67.52 -
YUV 172.84 145.58 29.68 -
System Red Green Blue C M Y K H S L
Decimal 35 237 204 0.85 0 0.14 0.07 170.2 0.85 0.53
Hex 23 ED CC 55 0 E 7 AA 55 35
Octal 43 355 314 125 0 16 7 252 125 65
Binary 100011 11101101 11001100 1010101 0 1110 111 10101010 1010101 110101

Color Harmonies of #23EDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23EDCC

Black with #23EDCC

Text Example


Text Example

White with #23EDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,237,204); }

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

background-color css

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

 a { background-color: rgb(35,237,204); }

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

border-color css

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

 span { border-color: rgb(35,237,204); }

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