Html Css Color HEX #23EED2 Bright Turquoise

📋 copy color: '#23EED2'

red 35 ◦ green 238 ◦ blue 210

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

Shades of Bright Turquoise #23EED2

Tints of Bright Turquoise #23EED2

RGB

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

 GREEN value IS 238 (93.36% from 255) = 49.28%

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

R = 7.25%
G = 49.28%
B = 43.48%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#23EED2 (or 0x23EED2) is known color: Bright Turquoise. HEX triplet: 23, EE and D2. RGB value is (35,238,210). Sum of RGB (Red+Green+Blue) = 35+238+210=483 (63% of max value = 765). Red value is 35 (14.06% from 255 or 7.25% from 483); Green value is 238 (93.36% from 255 or 49.28% from 483); Blue value is 210 (82.42% from 255 or 43.48% from 483); Max value from RGB is 238 - color contains mainly: green. Hex color #23EED2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23EED2 is #DC112D. Grayscale: #AEAEAE. Windows color (decimal): -14422318 or 13823523. OLE color: 13823523.

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

Color convert

RGB 35 238 210 -
CMYK 0.85 0 0.12 0.07
HSL 171.72º 0.86% 0.54% -
HSV(B) 171.72º 0.85% 0.93% -
XYZ 42.9 66.16 71.48 -
YUV 174.11 148.25 28.78 -
System Red Green Blue C M Y K H S L
Decimal 35 238 210 0.85 0 0.12 0.07 171.72 0.86 0.54
Hex 23 EE D2 55 0 C 7 AC 56 36
Octal 43 356 322 125 0 14 7 254 126 66
Binary 100011 11101110 11010010 1010101 0 1100 111 10101100 1010110 110110

Color Harmonies of #23EED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23EED2

Black with #23EED2

Text Example


Text Example

White with #23EED2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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