Html Css Color HEX #10E7EF Bright Turquoise

📋 copy color: '#10E7EF'

red 16 ◦ green 231 ◦ blue 239

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

Shades of Bright Turquoise #10E7EF

Tints of Bright Turquoise #10E7EF

RGB

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

 GREEN value IS 231 (90.63% from 255) = 47.53%

 BLUE value IS 239 (93.75% from 255) = 49.18%

R = 3.29%
G = 47.53%
B = 49.18%

CMYK

 C value IS 0.93

 M value IS 0.03

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#10E7EF (or 0x10E7EF) is known color: Bright Turquoise. HEX triplet: 10, E7 and EF. RGB value is (16,231,239). Sum of RGB (Red+Green+Blue) = 16+231+239=486 (64% of max value = 765). Red value is 16 (6.64% from 255 or 3.29% from 486); Green value is 231 (90.62% from 255 or 47.53% from 486); Blue value is 239 (93.75% from 255 or 49.18% from 486); Max value from RGB is 239 - color contains mainly: blue. Hex color #10E7EF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #10E7EF is #EF1810. Grayscale: #A7A7A7. Windows color (decimal): -15669265 or 15722256. OLE color: 15722256.

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

Color convert

RGB 16 231 239 -
CMYK 0.93 0.03 0 0.06
HSL 182.15º 0.87% 0.5% -
HSV(B) 182.15º 0.93% 0.94% -
XYZ 44.37 63.49 91.58 -
YUV 167.63 168.27 19.85 -
System Red Green Blue C M Y K H S L
Decimal 16 231 239 0.93 0.03 0 0.06 182.15 0.87 0.5
Hex 10 E7 EF 5D 3 0 6 B6 57 32
Octal 20 347 357 135 3 0 6 266 127 62
Binary 10000 11100111 11101111 1011101 11 0 110 10110110 1010111 110010

Color Harmonies of #10E7EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10E7EF

Black with #10E7EF

Text Example


Text Example

White with #10E7EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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