Html Css Color HEX #23E5DD Bright Turquoise

📋 copy color: '#23E5DD'

red 35 ◦ green 229 ◦ blue 221

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

Shades of Bright Turquoise #23E5DD

Tints of Bright Turquoise #23E5DD

RGB

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

 GREEN value IS 229 (89.84% from 255) = 47.22%

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

R = 7.22%
G = 47.22%
B = 45.57%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#23E5DD (or 0x23E5DD) is known color: Bright Turquoise. HEX triplet: 23, E5 and DD. RGB value is (35,229,221). Sum of RGB (Red+Green+Blue) = 35+229+221=485 (64% of max value = 765). Red value is 35 (14.06% from 255 or 7.22% from 485); Green value is 229 (89.84% from 255 or 47.22% from 485); Blue value is 221 (86.72% from 255 or 45.57% from 485); Max value from RGB is 229 - color contains mainly: green. Hex color #23E5DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23E5DD is #DC1A22. Grayscale: #A9A9A9. Windows color (decimal): -14424611 or 14542115. OLE color: 14542115.

HSL color Cylindrical-coordinate representation of color #23E5DD: hue angle of 177.53º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #23E5DD is Cyan = 0.85, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB 35 229 221 -
CMYK 0.85 0 0.03 0.10
HSL 177.53º 0.79% 0.52% -
HSV(B) 177.53º 0.85% 0.9% -
XYZ 41.76 61.62 78.1 -
YUV 170.08 156.73 31.65 -
System Red Green Blue C M Y K H S L
Decimal 35 229 221 0.85 0 0.03 0.10 177.53 0.79 0.52
Hex 23 E5 DD 55 0 3 A B2 4F 34
Octal 43 345 335 125 0 3 12 262 117 64
Binary 100011 11100101 11011101 1010101 0 11 1010 10110010 1001111 110100

Color Harmonies of #23E5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23E5DD

Black with #23E5DD

Text Example


Text Example

White with #23E5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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