Html Css Color HEX #15EFDF Bright Turquoise

📋 copy color: '#15EFDF'

red 21 ◦ green 239 ◦ blue 223

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

Shades of Bright Turquoise #15EFDF

Tints of Bright Turquoise #15EFDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.17%

R = 4.35%
G = 49.48%
B = 46.17%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#15EFDF (or 0x15EFDF) is known color: Bright Turquoise. HEX triplet: 15, EF and DF. RGB value is (21,239,223). Sum of RGB (Red+Green+Blue) = 21+239+223=483 (63% of max value = 765). Red value is 21 (8.59% from 255 or 4.35% from 483); Green value is 239 (93.75% from 255 or 49.48% from 483); Blue value is 223 (87.5% from 255 or 46.17% from 483); Max value from RGB is 239 - color contains mainly: green. Hex color #15EFDF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15EFDF is #EA1020. Grayscale: #ABABAB. Windows color (decimal): -15339553 or 14675733. OLE color: 14675733.

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

Color convert

RGB 21 239 223 -
CMYK 0.91 0 0.07 0.06
HSL 175.6º 0.87% 0.51% -
HSV(B) 175.6º 0.91% 0.94% -
XYZ 44.5 67.22 80.44 -
YUV 171.99 156.78 20.3 -
System Red Green Blue C M Y K H S L
Decimal 21 239 223 0.91 0 0.07 0.06 175.6 0.87 0.51
Hex 15 EF DF 5B 0 7 6 B0 57 33
Octal 25 357 337 133 0 7 6 260 127 63
Binary 10101 11101111 11011111 1011011 0 111 110 10110000 1010111 110011

Color Harmonies of #15EFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15EFDF

Black with #15EFDF

Text Example


Text Example

White with #15EFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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