Html Css Color HEX #15FCCB Bright Turquoise

📋 copy color: '#15FCCB'

red 21 ◦ green 252 ◦ blue 203

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

Shades of Bright Turquoise #15FCCB

Tints of Bright Turquoise #15FCCB

RGB

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

 GREEN value IS 252 (98.83% from 255) = 52.94%

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

R = 4.41%
G = 52.94%
B = 42.65%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#15FCCB (or 0x15FCCB) is known color: Bright Turquoise. HEX triplet: 15, FC and CB. RGB value is (21,252,203). Sum of RGB (Red+Green+Blue) = 21+252+203=476 (63% of max value = 765). Red value is 21 (8.59% from 255 or 4.41% from 476); Green value is 252 (98.83% from 255 or 52.94% from 476); Blue value is 203 (79.69% from 255 or 42.65% from 476); Max value from RGB is 252 - color contains mainly: green. Hex color #15FCCB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15FCCB is #EA0334. Grayscale: #B1B1B1. Windows color (decimal): -15336245 or 13368341. OLE color: 13368341.

HSL color Cylindrical-coordinate representation of color #15FCCB: hue angle of 167.27º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15FCCB is Cyan = 0.92, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 21 252 203 -
CMYK 0.92 0 0.19 0.01
HSL 167.27º 0.97% 0.54% -
HSV(B) 167.27º 0.92% 0.99% -
XYZ 45.9 74.09 68.38 -
YUV 177.35 142.47 16.48 -
System Red Green Blue C M Y K H S L
Decimal 21 252 203 0.92 0 0.19 0.01 167.27 0.97 0.54
Hex 15 FC CB 5C 0 13 1 A7 61 36
Octal 25 374 313 134 0 23 1 247 141 66
Binary 10101 11111100 11001011 1011100 0 10011 1 10100111 1100001 110110

Color Harmonies of #15FCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15FCCB

Black with #15FCCB

Text Example


Text Example

White with #15FCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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