Html Css Color HEX #10E7F1 Bright Turquoise

📋 copy color: '#10E7F1'

red 16 ◦ green 231 ◦ blue 241

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

Shades of Bright Turquoise #10E7F1

Tints of Bright Turquoise #10E7F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 49.39%

R = 3.28%
G = 47.34%
B = 49.39%

CMYK

 C value IS 0.93

 M value IS 0.04

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#10E7F1 (or 0x10E7F1) is known color: Bright Turquoise. HEX triplet: 10, E7 and F1. RGB value is (16,231,241). Sum of RGB (Red+Green+Blue) = 16+231+241=488 (64% of max value = 765). Red value is 16 (6.64% from 255 or 3.28% from 488); Green value is 231 (90.62% from 255 or 47.34% from 488); Blue value is 241 (94.53% from 255 or 49.39% from 488); Max value from RGB is 241 - color contains mainly: blue. Hex color #10E7F1 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #10E7F1 is #EF180E. Grayscale: #A7A7A7. Windows color (decimal): -15669263 or 15853328. OLE color: 15853328.

HSL color Cylindrical-coordinate representation of color #10E7F1: hue angle of 182.67º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10E7F1 is Cyan = 0.93, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 16 231 241 -
CMYK 0.93 0.04 0 0.05
HSL 182.67º 0.89% 0.5% -
HSV(B) 182.67º 0.93% 0.95% -
XYZ 44.67 63.61 93.14 -
YUV 167.86 169.27 19.69 -
System Red Green Blue C M Y K H S L
Decimal 16 231 241 0.93 0.04 0 0.05 182.67 0.89 0.5
Hex 10 E7 F1 5D 4 0 5 B7 59 32
Octal 20 347 361 135 4 0 5 267 131 62
Binary 10000 11100111 11110001 1011101 100 0 101 10110111 1011001 110010

Color Harmonies of #10E7F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10E7F1

Black with #10E7F1

Text Example


Text Example

White with #10E7F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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