Html Css Color HEX #15DFCF Bright Turquoise

📋 copy color: '#15DFCF'

red 21 ◦ green 223 ◦ blue 207

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

Shades of Bright Turquoise #15DFCF

Tints of Bright Turquoise #15DFCF

RGB

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

 GREEN value IS 223 (87.5% from 255) = 49.45%

 BLUE value IS 207 (81.25% from 255) = 45.9%

R = 4.66%
G = 49.45%
B = 45.9%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#15DFCF (or 0x15DFCF) is known color: Bright Turquoise. HEX triplet: 15, DF and CF. RGB value is (21,223,207). Sum of RGB (Red+Green+Blue) = 21+223+207=451 (59% of max value = 765). Red value is 21 (8.59% from 255 or 4.66% from 451); Green value is 223 (87.5% from 255 or 49.45% from 451); Blue value is 207 (81.25% from 255 or 45.90% from 451); Max value from RGB is 223 - color contains mainly: green. Hex color #15DFCF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15DFCF is #EA2030. Grayscale: #A0A0A0. Windows color (decimal): -15343665 or 13623061. OLE color: 13623061.

HSL color Cylindrical-coordinate representation of color #15DFCF: hue angle of 175.25º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15DFCF is Cyan = 0.91, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 21 223 207 -
CMYK 0.91 0 0.07 0.13
HSL 175.25º 0.83% 0.48% -
HSV(B) 175.25º 0.91% 0.87% -
XYZ 37.96 57.44 68.12 -
YUV 160.78 154.08 28.3 -
System Red Green Blue C M Y K H S L
Decimal 21 223 207 0.91 0 0.07 0.13 175.25 0.83 0.48
Hex 15 DF CF 5B 0 7 D AF 53 30
Octal 25 337 317 133 0 7 15 257 123 60
Binary 10101 11011111 11001111 1011011 0 111 1101 10101111 1010011 110000

Color Harmonies of #15DFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15DFCF

Black with #15DFCF

Text Example


Text Example

White with #15DFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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