Html Css Color HEX #23DEE0 Bright Turquoise

📋 copy color: '#23DEE0'

red 35 ◦ green 222 ◦ blue 224

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

Shades of Bright Turquoise #23DEE0

Tints of Bright Turquoise #23DEE0

RGB

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

 GREEN value IS 222 (87.11% from 255) = 46.15%

 BLUE value IS 224 (87.89% from 255) = 46.57%

R = 7.28%
G = 46.15%
B = 46.57%

CMYK

 C value IS 0.84

 M value IS 0.01

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#23DEE0 (or 0x23DEE0) is known color: Bright Turquoise. HEX triplet: 23, DE and E0. RGB value is (35,222,224). Sum of RGB (Red+Green+Blue) = 35+222+224=481 (63% of max value = 765). Red value is 35 (14.06% from 255 or 7.28% from 481); Green value is 222 (87.11% from 255 or 46.15% from 481); Blue value is 224 (87.89% from 255 or 46.57% from 481); Max value from RGB is 224 - color contains mainly: blue. Hex color #23DEE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23DEE0 is #DC211F. Grayscale: #A6A6A6. Windows color (decimal): -14426400 or 14736931. OLE color: 14736931.

HSL color Cylindrical-coordinate representation of color #23DEE0: hue angle of 180.63º 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 #23DEE0 is Cyan = 0.84, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 35 222 224 -
CMYK 0.84 0.01 0 0.12
HSL 180.63º 0.75% 0.51% -
HSV(B) 180.63º 0.84% 0.88% -
XYZ 40.27 57.98 79.59 -
YUV 166.32 160.55 34.34 -
System Red Green Blue C M Y K H S L
Decimal 35 222 224 0.84 0.01 0 0.12 180.63 0.75 0.51
Hex 23 DE E0 54 1 0 C B5 4B 33
Octal 43 336 340 124 1 0 14 265 113 63
Binary 100011 11011110 11100000 1010100 1 0 1100 10110101 1001011 110011

Color Harmonies of #23DEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23DEE0

Black with #23DEE0

Text Example


Text Example

White with #23DEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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