Html Css Color HEX #15ECE4 Bright Turquoise

📋 copy color: '#15ECE4'

red 21 ◦ green 236 ◦ blue 228

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

Shades of Bright Turquoise #15ECE4

Tints of Bright Turquoise #15ECE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 47.01%

R = 4.33%
G = 48.66%
B = 47.01%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#15ECE4 (or 0x15ECE4) is known color: Bright Turquoise. HEX triplet: 15, EC and E4. RGB value is (21,236,228). Sum of RGB (Red+Green+Blue) = 21+236+228=485 (64% of max value = 765). Red value is 21 (8.59% from 255 or 4.33% from 485); Green value is 236 (92.58% from 255 or 48.66% from 485); Blue value is 228 (89.45% from 255 or 47.01% from 485); Max value from RGB is 236 - color contains mainly: green. Hex color #15ECE4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15ECE4 is #EA131B. Grayscale: #AAAAAA. Windows color (decimal): -15340316 or 15002645. OLE color: 15002645.

HSL color Cylindrical-coordinate representation of color #15ECE4: hue angle of 177.77º 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 #15ECE4 is Cyan = 0.91, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 21 236 228 -
CMYK 0.91 0 0.03 0.07
HSL 177.77º 0.85% 0.5% -
HSV(B) 177.77º 0.91% 0.93% -
XYZ 44.31 65.75 83.75 -
YUV 170.8 160.27 21.15 -
System Red Green Blue C M Y K H S L
Decimal 21 236 228 0.91 0 0.03 0.07 177.77 0.85 0.5
Hex 15 EC E4 5B 0 3 7 B2 55 32
Octal 25 354 344 133 0 3 7 262 125 62
Binary 10101 11101100 11100100 1011011 0 11 111 10110010 1010101 110010

Color Harmonies of #15ECE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15ECE4

Black with #15ECE4

Text Example


Text Example

White with #15ECE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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