Html Css Color HEX #23E0DD Bright Turquoise

📋 copy color: '#23E0DD'

red 35 ◦ green 224 ◦ blue 221

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

Shades of Bright Turquoise #23E0DD

Tints of Bright Turquoise #23E0DD

RGB

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

 GREEN value IS 224 (87.89% from 255) = 46.67%

 BLUE value IS 221 (86.72% from 255) = 46.04%

R = 7.29%
G = 46.67%
B = 46.04%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#23E0DD (or 0x23E0DD) is known color: Bright Turquoise. HEX triplet: 23, E0 and DD. RGB value is (35,224,221). Sum of RGB (Red+Green+Blue) = 35+224+221=480 (63% of max value = 765). Red value is 35 (14.06% from 255 or 7.29% from 480); Green value is 224 (87.89% from 255 or 46.67% from 480); Blue value is 221 (86.72% from 255 or 46.04% from 480); Max value from RGB is 224 - color contains mainly: green. Hex color #23E0DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23E0DD is #DC1F22. Grayscale: #A6A6A6. Windows color (decimal): -14425891 or 14540835. OLE color: 14540835.

HSL color Cylindrical-coordinate representation of color #23E0DD: hue angle of 179.05º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #23E0DD is Cyan = 0.84, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB 35 224 221 -
CMYK 0.84 0 0.01 0.12
HSL 179.05º 0.75% 0.51% -
HSV(B) 179.05º 0.84% 0.88% -
XYZ 40.4 58.89 77.64 -
YUV 167.15 158.38 33.74 -
System Red Green Blue C M Y K H S L
Decimal 35 224 221 0.84 0 0.01 0.12 179.05 0.75 0.51
Hex 23 E0 DD 54 0 1 C B3 4B 33
Octal 43 340 335 124 0 1 14 263 113 63
Binary 100011 11100000 11011101 1010100 0 1 1100 10110011 1001011 110011

Color Harmonies of #23E0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23E0DD

Black with #23E0DD

Text Example


Text Example

White with #23E0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,224,221); }

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

background-color css

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

 a { background-color: rgb(35,224,221); }

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

border-color css

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

 span { border-color: rgb(35,224,221); }

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