Html Css Color HEX #15F1CF Bright Turquoise

📋 copy color: '#15F1CF'

red 21 ◦ green 241 ◦ blue 207

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

Shades of Bright Turquoise #15F1CF

Tints of Bright Turquoise #15F1CF

RGB

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

 GREEN value IS 241 (94.53% from 255) = 51.39%

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

R = 4.48%
G = 51.39%
B = 44.14%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#15F1CF (or 0x15F1CF) is known color: Bright Turquoise. HEX triplet: 15, F1 and CF. RGB value is (21,241,207). Sum of RGB (Red+Green+Blue) = 21+241+207=469 (62% of max value = 765). Red value is 21 (8.59% from 255 or 4.48% from 469); Green value is 241 (94.53% from 255 or 51.39% from 469); Blue value is 207 (81.25% from 255 or 44.14% from 469); Max value from RGB is 241 - color contains mainly: green. Hex color #15F1CF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15F1CF is #EA0E30. Grayscale: #ABABAB. Windows color (decimal): -15339057 or 13627669. OLE color: 13627669.

HSL color Cylindrical-coordinate representation of color #15F1CF: hue angle of 170.73º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15F1CF is Cyan = 0.91, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB 21 241 207 -
CMYK 0.91 0 0.14 0.05
HSL 170.73º 0.89% 0.51% -
HSV(B) 170.73º 0.91% 0.95% -
XYZ 43.03 67.58 69.81 -
YUV 171.34 148.11 20.76 -
System Red Green Blue C M Y K H S L
Decimal 21 241 207 0.91 0 0.14 0.05 170.73 0.89 0.51
Hex 15 F1 CF 5B 0 E 5 AB 59 33
Octal 25 361 317 133 0 16 5 253 131 63
Binary 10101 11110001 11001111 1011011 0 1110 101 10101011 1011001 110011

Color Harmonies of #15F1CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15F1CF

Black with #15F1CF

Text Example


Text Example

White with #15F1CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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