#10efd4

Color #10EFD4 Bright Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Turquoise #10EFD4

Tints of Bright Turquoise #10EFD4

Color information

#10EFD4 (or 0x10EFD4) is unknown color: approx Bright Turquoise. HEX triplet: 10, EF and D4. RGB value is (16,239,212). Sum of RGB (Red+Green+Blue) = 16+239+212=467 (61% of max value = 765). Red value is 16 (6.64% from 255 or 3.43% from 467); Green value is 239 (93.75% from 255 or 51.18% from 467); Blue value is 212 (83.20% from 255 or 45.40% from 467); Max value from RGB is 239 - color contains mainly: green. Hex color #10EFD4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10EFD4 is #EF102B. Grayscale: #A9A9A9. Windows color (decimal): -15667244 or 13954832. OLE color: 13954832.

HSL color Cylindrical-coordinate representation of color #10EFD4: hue angle of 172.74º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10EFD4 is Cyan = 0.93, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB16239212-
CMYK0.9300.110.06
HSL172.74º87.45%50%-
HSV(B)172.74º93.31%93.73%-
XYZ42.9666.672.88-
YUV169.24152.1218.7-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 3.43%
GREEN value IS 239 (93.75% from 255) = 51.18%
BLUE value IS 212 (83.20% from 255) = 45.40%
R=3.43%
G=51.18%
B=45.40%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal162392120.9300.110.06172.7487.4550
Hex10EFD45D0B6ad5732
Octal20357324135013625512762
Binary100001110111111010100101110101011110101011011010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10efd4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10efd4; }

 p { color: rgb(16,239,212); }

 H1.HeaderClassName
 {
   color: #10efd4;
 }
 .AnyTagClassName
 {
   color: #10efd4;
 }
</style>
background-color css

<style>
 a { background-color: #10efd4; }

 a { background-color: rgb(16,239,212); }

 div.DivClassName
 {
   background-color: #10efd4;
 }
 .BgClassName
 {
   background-color: #10efd4;
 }
</style>
border-color css

<style>
 span { border-color: #10efd4; }

 span { border-color: rgb(16,239,212); }

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