Html Css Color HEX #15F8CF Bright Turquoise

📋 copy color: '#15F8CF'

red 21 ◦ green 248 ◦ blue 207

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

Shades of Bright Turquoise #15F8CF

Tints of Bright Turquoise #15F8CF

RGB

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

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

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

R = 4.41%
G = 52.1%
B = 43.49%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#15F8CF (or 0x15F8CF) is known color: Bright Turquoise. HEX triplet: 15, F8 and CF. RGB value is (21,248,207). Sum of RGB (Red+Green+Blue) = 21+248+207=476 (63% of max value = 765). Red value is 21 (8.59% from 255 or 4.41% from 476); Green value is 248 (97.27% from 255 or 52.10% from 476); Blue value is 207 (81.25% from 255 or 43.49% from 476); Max value from RGB is 248 - color contains mainly: green. Hex color #15F8CF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15F8CF is #EA0730. Grayscale: #AFAFAF. Windows color (decimal): -15337265 or 13629461. OLE color: 13629461.

HSL color Cylindrical-coordinate representation of color #15F8CF: hue angle of 169.16º 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 #15F8CF is Cyan = 0.92, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB 21 248 207 -
CMYK 0.92 0 0.17 0.03
HSL 169.16º 0.94% 0.53% -
HSV(B) 169.16º 0.92% 0.97% -
XYZ 45.14 71.8 70.51 -
YUV 175.45 145.79 17.83 -
System Red Green Blue C M Y K H S L
Decimal 21 248 207 0.92 0 0.17 0.03 169.16 0.94 0.53
Hex 15 F8 CF 5C 0 11 3 A9 5E 35
Octal 25 370 317 134 0 21 3 251 136 65
Binary 10101 11111000 11001111 1011100 0 10001 11 10101001 1011110 110101

Color Harmonies of #15F8CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15F8CF

Black with #15F8CF

Text Example


Text Example

White with #15F8CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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