#10efef

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

Shades of Bright Turquoise #10EFEF

Tints of Bright Turquoise #10EFEF

Color information

#10EFEF (or 0x10EFEF) is unknown color: approx Bright Turquoise. HEX triplet: 10, EF and EF. RGB value is (16,239,239). Sum of RGB (Red+Green+Blue) = 16+239+239=494 (65% of max value = 765). Red value is 16 (6.64% from 255 or 3.24% from 494); Green value is 239 (93.75% from 255 or 48.38% from 494); Blue value is 239 (93.75% from 255 or 48.38% from 494); Max value from RGB is 239 - color contains mainly: green, blue. Hex color #10EFEF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #10EFEF is #EF1010. Grayscale: #ACACAC. Windows color (decimal): -15667217 or 15724304. OLE color: 15724304.

HSL color Cylindrical-coordinate representation of color #10EFEF: hue angle of 180º 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 #10EFEF is Cyan = 0.93, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB16239239-
CMYK0.93000.06
HSL180º87.45%50%-
HSV(B)180º93.31%93.73%-
XYZ46.6668.0892.34-
YUV172.32165.6216.5-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 3.24%
GREEN value IS 239 (93.75% from 255) = 48.38%
BLUE value IS 239 (93.75% from 255) = 48.38%
R=3.24%
G=48.38%
B=48.38%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal162392390.93000.0618087.4550
Hex10EFEF5D006b45732
Octal2035735713500626412762
Binary100001110111111101111101110100110101101001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10efef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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