Html Css Color HEX #15F8CB Bright Turquoise

📋 copy color: '#15F8CB'

red 21 ◦ green 248 ◦ blue 203

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

Shades of Bright Turquoise #15F8CB

Tints of Bright Turquoise #15F8CB

RGB

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

 GREEN value IS 248 (97.27% from 255) = 52.54%

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

R = 4.45%
G = 52.54%
B = 43.01%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#15F8CB (or 0x15F8CB) is known color: Bright Turquoise. HEX triplet: 15, F8 and CB. RGB value is (21,248,203). Sum of RGB (Red+Green+Blue) = 21+248+203=472 (62% of max value = 765). Red value is 21 (8.59% from 255 or 4.45% from 472); Green value is 248 (97.27% from 255 or 52.54% from 472); Blue value is 203 (79.69% from 255 or 43.01% from 472); Max value from RGB is 248 - color contains mainly: green. Hex color #15F8CB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15F8CB is #EA0734. Grayscale: #AEAEAE. Windows color (decimal): -15337269 or 13367317. OLE color: 13367317.

HSL color Cylindrical-coordinate representation of color #15F8CB: hue angle of 168.11º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15F8CB is Cyan = 0.92, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB 21 248 203 -
CMYK 0.92 0 0.18 0.03
HSL 168.11º 0.94% 0.53% -
HSV(B) 168.11º 0.92% 0.97% -
XYZ 44.66 71.61 67.97 -
YUV 175 143.79 18.16 -
System Red Green Blue C M Y K H S L
Decimal 21 248 203 0.92 0 0.18 0.03 168.11 0.94 0.53
Hex 15 F8 CB 5C 0 12 3 A8 5E 35
Octal 25 370 313 134 0 22 3 250 136 65
Binary 10101 11111000 11001011 1011100 0 10010 11 10101000 1011110 110101

Color Harmonies of #15F8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15F8CB

Black with #15F8CB

Text Example


Text Example

White with #15F8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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