Html Css Color HEX #23EECB Turquoise

📋 copy color: '#23EECB'

red 35 ◦ green 238 ◦ blue 203

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

Shades of Turquoise #23EECB

Tints of Turquoise #23EECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.65%

R = 7.35%
G = 50%
B = 42.65%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#23EECB (or 0x23EECB) is known color: Turquoise. HEX triplet: 23, EE and CB. RGB value is (35,238,203). Sum of RGB (Red+Green+Blue) = 35+238+203=476 (63% of max value = 765). Red value is 35 (14.06% from 255 or 7.35% from 476); Green value is 238 (93.36% from 255 or 50% from 476); Blue value is 203 (79.69% from 255 or 42.65% from 476); Max value from RGB is 238 - color contains mainly: green. Hex color #23EECB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23EECB is #DC1134. Grayscale: #ADADAD. Windows color (decimal): -14422325 or 13364771. OLE color: 13364771.

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

Color convert

RGB 35 238 203 -
CMYK 0.85 0 0.15 0.07
HSL 169.66º 0.86% 0.54% -
HSV(B) 169.66º 0.85% 0.93% -
XYZ 42.05 65.82 66.99 -
YUV 173.31 144.75 29.35 -
System Red Green Blue C M Y K H S L
Decimal 35 238 203 0.85 0 0.15 0.07 169.66 0.86 0.54
Hex 23 EE CB 55 0 F 7 AA 56 36
Octal 43 356 313 125 0 17 7 252 126 66
Binary 100011 11101110 11001011 1010101 0 1111 111 10101010 1010110 110110

Color Harmonies of #23EECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23EECB

Black with #23EECB

Text Example


Text Example

White with #23EECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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