Html Css Color HEX #15EFCB Bright Turquoise

📋 copy color: '#15EFCB'

red 21 ◦ green 239 ◦ blue 203

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

Shades of Bright Turquoise #15EFCB

Tints of Bright Turquoise #15EFCB

RGB

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

 GREEN value IS 239 (93.75% from 255) = 51.62%

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

R = 4.54%
G = 51.62%
B = 43.84%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#15EFCB (or 0x15EFCB) is known color: Bright Turquoise. HEX triplet: 15, EF and CB. RGB value is (21,239,203). Sum of RGB (Red+Green+Blue) = 21+239+203=463 (61% of max value = 765). Red value is 21 (8.59% from 255 or 4.54% from 463); Green value is 239 (93.75% from 255 or 51.62% from 463); Blue value is 203 (79.69% from 255 or 43.84% from 463); Max value from RGB is 239 - color contains mainly: green. Hex color #15EFCB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15EFCB is #EA1034. Grayscale: #A9A9A9. Windows color (decimal): -15339573 or 13365013. OLE color: 13365013.

HSL color Cylindrical-coordinate representation of color #15EFCB: hue angle of 170.09º degrees, saturation: 0.87, 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 #15EFCB is Cyan = 0.91, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 21 239 203 -
CMYK 0.91 0 0.15 0.06
HSL 170.09º 0.87% 0.51% -
HSV(B) 170.09º 0.91% 0.94% -
XYZ 41.96 66.2 67.07 -
YUV 169.71 146.78 21.93 -
System Red Green Blue C M Y K H S L
Decimal 21 239 203 0.91 0 0.15 0.06 170.09 0.87 0.51
Hex 15 EF CB 5B 0 F 6 AA 57 33
Octal 25 357 313 133 0 17 6 252 127 63
Binary 10101 11101111 11001011 1011011 0 1111 110 10101010 1010111 110011

Color Harmonies of #15EFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15EFCB

Black with #15EFCB

Text Example


Text Example

White with #15EFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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