Html Css Color HEX #10EAF0 Bright Turquoise

📋 copy color: '#10EAF0'

red 16 ◦ green 234 ◦ blue 240

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

Shades of Bright Turquoise #10EAF0

Tints of Bright Turquoise #10EAF0

RGB

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

 GREEN value IS 234 (91.8% from 255) = 47.76%

 BLUE value IS 240 (94.14% from 255) = 48.98%

R = 3.27%
G = 47.76%
B = 48.98%

CMYK

 C value IS 0.93

 M value IS 0.02

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#10EAF0 (or 0x10EAF0) is known color: Bright Turquoise. HEX triplet: 10, EA and F0. RGB value is (16,234,240). Sum of RGB (Red+Green+Blue) = 16+234+240=490 (64% of max value = 765). Red value is 16 (6.64% from 255 or 3.27% from 490); Green value is 234 (91.80% from 255 or 47.76% from 490); Blue value is 240 (94.14% from 255 or 48.98% from 490); Max value from RGB is 240 - color contains mainly: blue. Hex color #10EAF0 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #10EAF0 is #EF150F. Grayscale: #A9A9A9. Windows color (decimal): -15668496 or 15788560. OLE color: 15788560.

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

Color convert

RGB 16 234 240 -
CMYK 0.93 0.02 0 0.06
HSL 181.61º 0.88% 0.5% -
HSV(B) 181.61º 0.93% 0.94% -
XYZ 45.36 65.25 92.64 -
YUV 169.5 167.78 18.51 -
System Red Green Blue C M Y K H S L
Decimal 16 234 240 0.93 0.02 0 0.06 181.61 0.88 0.5
Hex 10 EA F0 5D 2 0 6 B6 58 32
Octal 20 352 360 135 2 0 6 266 130 62
Binary 10000 11101010 11110000 1011101 10 0 110 10110110 1011000 110010

Color Harmonies of #10EAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10EAF0

Black with #10EAF0

Text Example


Text Example

White with #10EAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,234,240); }

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

background-color css

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

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

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

border-color css

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

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

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