Html Css Color HEX #15ECCB Bright Turquoise

📋 copy color: '#15ECCB'

red 21 ◦ green 236 ◦ blue 203

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

Shades of Bright Turquoise #15ECCB

Tints of Bright Turquoise #15ECCB

RGB

 RED value IS 21 (8.59% from 255) = 4.57%

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

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

R = 4.57%
G = 51.3%
B = 44.13%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#15ECCB (or 0x15ECCB) is known color: Bright Turquoise. HEX triplet: 15, EC and CB. RGB value is (21,236,203). Sum of RGB (Red+Green+Blue) = 21+236+203=460 (60% of max value = 765). Red value is 21 (8.59% from 255 or 4.57% from 460); Green value is 236 (92.58% from 255 or 51.30% from 460); Blue value is 203 (79.69% from 255 or 44.13% from 460); Max value from RGB is 236 - color contains mainly: green. Hex color #15ECCB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15ECCB is #EA1334. Grayscale: #A7A7A7. Windows color (decimal): -15340341 or 13364245. OLE color: 13364245.

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

Color convert

RGB 21 236 203 -
CMYK 0.91 0 0.14 0.07
HSL 170.79º 0.85% 0.5% -
HSV(B) 170.79º 0.91% 0.93% -
XYZ 41.08 64.46 66.78 -
YUV 167.95 147.77 23.18 -
System Red Green Blue C M Y K H S L
Decimal 21 236 203 0.91 0 0.14 0.07 170.79 0.85 0.5
Hex 15 EC CB 5B 0 E 7 AB 55 32
Octal 25 354 313 133 0 16 7 253 125 62
Binary 10101 11101100 11001011 1011011 0 1110 111 10101011 1010101 110010

Color Harmonies of #15ECCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15ECCB

Black with #15ECCB

Text Example


Text Example

White with #15ECCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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