Html Css Color HEX #15F4CE Bright Turquoise

📋 copy color: '#15F4CE'

red 21 ◦ green 244 ◦ blue 206

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

Shades of Bright Turquoise #15F4CE

Tints of Bright Turquoise #15F4CE

RGB

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

 GREEN value IS 244 (95.7% from 255) = 51.8%

 BLUE value IS 206 (80.86% from 255) = 43.74%

R = 4.46%
G = 51.8%
B = 43.74%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#15F4CE (or 0x15F4CE) is known color: Bright Turquoise. HEX triplet: 15, F4 and CE. RGB value is (21,244,206). Sum of RGB (Red+Green+Blue) = 21+244+206=471 (62% of max value = 765). Red value is 21 (8.59% from 255 or 4.46% from 471); Green value is 244 (95.70% from 255 or 51.80% from 471); Blue value is 206 (80.86% from 255 or 43.74% from 471); Max value from RGB is 244 - color contains mainly: green. Hex color #15F4CE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15F4CE is #EA0B31. Grayscale: #ACACAC. Windows color (decimal): -15338290 or 13562901. OLE color: 13562901.

HSL color Cylindrical-coordinate representation of color #15F4CE: hue angle of 169.78º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15F4CE is Cyan = 0.91, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB 21 244 206 -
CMYK 0.91 0 0.16 0.04
HSL 169.78º 0.91% 0.52% -
HSV(B) 169.78º 0.91% 0.96% -
XYZ 43.8 69.32 69.46 -
YUV 172.99 146.62 19.59 -
System Red Green Blue C M Y K H S L
Decimal 21 244 206 0.91 0 0.16 0.04 169.78 0.91 0.52
Hex 15 F4 CE 5B 0 10 4 AA 5B 34
Octal 25 364 316 133 0 20 4 252 133 64
Binary 10101 11110100 11001110 1011011 0 10000 100 10101010 1011011 110100

Color Harmonies of #15F4CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15F4CE

Black with #15F4CE

Text Example


Text Example

White with #15F4CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,244,206); }

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

background-color css

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

 a { background-color: rgb(21,244,206); }

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

border-color css

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

 span { border-color: rgb(21,244,206); }

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