Html Css Color HEX #10F8ED Bright Turquoise

📋 copy color: '#10F8ED'

red 16 ◦ green 248 ◦ blue 237

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

Shades of Bright Turquoise #10F8ED

Tints of Bright Turquoise #10F8ED

RGB

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

 GREEN value IS 248 (97.27% from 255) = 49.5%

 BLUE value IS 237 (92.97% from 255) = 47.31%

R = 3.19%
G = 49.5%
B = 47.31%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#10F8ED (or 0x10F8ED) is known color: Bright Turquoise. HEX triplet: 10, F8 and ED. RGB value is (16,248,237). Sum of RGB (Red+Green+Blue) = 16+248+237=501 (66% of max value = 765). Red value is 16 (6.64% from 255 or 3.19% from 501); Green value is 248 (97.27% from 255 or 49.50% from 501); Blue value is 237 (92.97% from 255 or 47.31% from 501); Max value from RGB is 248 - color contains mainly: green. Hex color #10F8ED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #10F8ED is #EF0712. Grayscale: #B1B1B1. Windows color (decimal): -15664915 or 15595536. OLE color: 15595536.

HSL color Cylindrical-coordinate representation of color #10F8ED: hue angle of 177.16º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10F8ED is Cyan = 0.94, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB 16 248 237 -
CMYK 0.94 0 0.04 0.03
HSL 177.16º 0.94% 0.52% -
HSV(B) 177.16º 0.94% 0.97% -
XYZ 49.07 73.36 91.69 -
YUV 177.38 161.64 12.89 -
System Red Green Blue C M Y K H S L
Decimal 16 248 237 0.94 0 0.04 0.03 177.16 0.94 0.52
Hex 10 F8 ED 5E 0 4 3 B1 5E 34
Octal 20 370 355 136 0 4 3 261 136 64
Binary 10000 11111000 11101101 1011110 0 100 11 10110001 1011110 110100

Color Harmonies of #10F8ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10F8ED

Black with #10F8ED

Text Example


Text Example

White with #10F8ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,248,237); }

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

background-color css

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

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

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

border-color css

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

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

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