Html Css Color HEX #23EEDC Bright Turquoise

📋 copy color: '#23EEDC'

red 35 ◦ green 238 ◦ blue 220

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

Shades of Bright Turquoise #23EEDC

Tints of Bright Turquoise #23EEDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.62%

R = 7.1%
G = 48.28%
B = 44.62%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#23EEDC (or 0x23EEDC) is known color: Bright Turquoise. HEX triplet: 23, EE and DC. RGB value is (35,238,220). Sum of RGB (Red+Green+Blue) = 35+238+220=493 (65% of max value = 765). Red value is 35 (14.06% from 255 or 7.10% from 493); Green value is 238 (93.36% from 255 or 48.28% from 493); Blue value is 220 (86.33% from 255 or 44.62% from 493); Max value from RGB is 238 - color contains mainly: green. Hex color #23EEDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23EEDC is #DC1123. Grayscale: #AFAFAF. Windows color (decimal): -14422308 or 14478883. OLE color: 14478883.

HSL color Cylindrical-coordinate representation of color #23EEDC: hue angle of 174.68º 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 #23EEDC is Cyan = 0.85, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 35 238 220 -
CMYK 0.85 0 0.08 0.07
HSL 174.68º 0.86% 0.54% -
HSV(B) 174.68º 0.85% 0.93% -
XYZ 44.19 66.67 78.25 -
YUV 175.25 153.25 27.96 -
System Red Green Blue C M Y K H S L
Decimal 35 238 220 0.85 0 0.08 0.07 174.68 0.86 0.54
Hex 23 EE DC 55 0 8 7 AF 56 36
Octal 43 356 334 125 0 10 7 257 126 66
Binary 100011 11101110 11011100 1010101 0 1000 111 10101111 1010110 110110

Color Harmonies of #23EEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23EEDC

Black with #23EEDC

Text Example


Text Example

White with #23EEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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