Html Css Color HEX #23ECCB Turquoise

📋 copy color: '#23ECCB'

red 35 ◦ green 236 ◦ blue 203

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

Shades of Turquoise #23ECCB

Tints of Turquoise #23ECCB

RGB

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

 GREEN value IS 236 (92.58% from 255) = 49.79%

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

R = 7.38%
G = 49.79%
B = 42.83%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#23ECCB (or 0x23ECCB) is known color: Turquoise. HEX triplet: 23, EC and CB. RGB value is (35,236,203). Sum of RGB (Red+Green+Blue) = 35+236+203=474 (62% of max value = 765). Red value is 35 (14.06% from 255 or 7.38% from 474); Green value is 236 (92.58% from 255 or 49.79% from 474); Blue value is 203 (79.69% from 255 or 42.83% from 474); Max value from RGB is 236 - color contains mainly: green. Hex color #23ECCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23ECCB is #DC1334. Grayscale: #ACACAC. Windows color (decimal): -14422837 or 13364259. OLE color: 13364259.

HSL color Cylindrical-coordinate representation of color #23ECCB: hue angle of 170.15º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #23ECCB is Cyan = 0.85, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 35 236 203 -
CMYK 0.85 0 0.14 0.07
HSL 170.15º 0.84% 0.53% -
HSV(B) 170.15º 0.85% 0.93% -
XYZ 41.47 64.66 66.79 -
YUV 172.14 145.41 30.18 -
System Red Green Blue C M Y K H S L
Decimal 35 236 203 0.85 0 0.14 0.07 170.15 0.84 0.53
Hex 23 EC CB 55 0 E 7 AA 54 35
Octal 43 354 313 125 0 16 7 252 124 65
Binary 100011 11101100 11001011 1010101 0 1110 111 10101010 1010100 110101

Color Harmonies of #23ECCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23ECCB

Black with #23ECCB

Text Example


Text Example

White with #23ECCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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