Html Css Color HEX #10EFEC Bright Turquoise

📋 copy color: '#10EFEC'

red 16 ◦ green 239 ◦ blue 236

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

Shades of Bright Turquoise #10EFEC

Tints of Bright Turquoise #10EFEC

RGB

 RED value IS 16 (6.64% from 255) = 3.26%

 GREEN value IS 239 (93.75% from 255) = 48.68%

 BLUE value IS 236 (92.58% from 255) = 48.07%

R = 3.26%
G = 48.68%
B = 48.07%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#10EFEC (or 0x10EFEC) is known color: Bright Turquoise. HEX triplet: 10, EF and EC. RGB value is (16,239,236). Sum of RGB (Red+Green+Blue) = 16+239+236=491 (65% of max value = 765). Red value is 16 (6.64% from 255 or 3.26% from 491); Green value is 239 (93.75% from 255 or 48.68% from 491); Blue value is 236 (92.58% from 255 or 48.07% from 491); Max value from RGB is 239 - color contains mainly: green. Hex color #10EFEC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #10EFEC is #EF1013. Grayscale: #ABABAB. Windows color (decimal): -15667220 or 15527696. OLE color: 15527696.

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

Color convert

RGB 16 239 236 -
CMYK 0.93 0 0.01 0.06
HSL 179.19º 0.87% 0.5% -
HSV(B) 179.19º 0.93% 0.94% -
XYZ 46.22 67.9 90.03 -
YUV 171.98 164.12 16.74 -
System Red Green Blue C M Y K H S L
Decimal 16 239 236 0.93 0 0.01 0.06 179.19 0.87 0.5
Hex 10 EF EC 5D 0 1 6 B3 57 32
Octal 20 357 354 135 0 1 6 263 127 62
Binary 10000 11101111 11101100 1011101 0 1 110 10110011 1010111 110010

Color Harmonies of #10EFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10EFEC

Black with #10EFEC

Text Example


Text Example

White with #10EFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #10EFEC;
 }
 .AnyTagClassName
 {
   color: #10EFEC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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