Html Css Color HEX #15F0CE Bright Turquoise

📋 copy color: '#15F0CE'

red 21 ◦ green 240 ◦ blue 206

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

Shades of Bright Turquoise #15F0CE

Tints of Bright Turquoise #15F0CE

RGB

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

 GREEN value IS 240 (94.14% from 255) = 51.39%

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

R = 4.5%
G = 51.39%
B = 44.11%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#15F0CE (or 0x15F0CE) is known color: Bright Turquoise. HEX triplet: 15, F0 and CE. RGB value is (21,240,206). Sum of RGB (Red+Green+Blue) = 21+240+206=467 (61% of max value = 765). Red value is 21 (8.59% from 255 or 4.50% from 467); Green value is 240 (94.14% from 255 or 51.39% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 240 - color contains mainly: green. Hex color #15F0CE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15F0CE is #EA0F31. Grayscale: #AAAAAA. Windows color (decimal): -15339314 or 13561877. OLE color: 13561877.

HSL color Cylindrical-coordinate representation of color #15F0CE: hue angle of 170.68º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15F0CE is Cyan = 0.91, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 21 240 206 -
CMYK 0.91 0 0.14 0.06
HSL 170.68º 0.88% 0.51% -
HSV(B) 170.68º 0.91% 0.94% -
XYZ 42.61 66.94 69.07 -
YUV 170.64 147.95 21.26 -
System Red Green Blue C M Y K H S L
Decimal 21 240 206 0.91 0 0.14 0.06 170.68 0.88 0.51
Hex 15 F0 CE 5B 0 E 6 AB 58 33
Octal 25 360 316 133 0 16 6 253 130 63
Binary 10101 11110000 11001110 1011011 0 1110 110 10101011 1011000 110011

Color Harmonies of #15F0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15F0CE

Black with #15F0CE

Text Example


Text Example

White with #15F0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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