Html Css Color HEX #10F2EB Bright Turquoise

📋 copy color: '#10F2EB'

red 16 ◦ green 242 ◦ blue 235

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

Shades of Bright Turquoise #10F2EB

Tints of Bright Turquoise #10F2EB

RGB

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

 GREEN value IS 242 (94.92% from 255) = 49.09%

 BLUE value IS 235 (92.19% from 255) = 47.67%

R = 3.25%
G = 49.09%
B = 47.67%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#10F2EB (or 0x10F2EB) is known color: Bright Turquoise. HEX triplet: 10, F2 and EB. RGB value is (16,242,235). Sum of RGB (Red+Green+Blue) = 16+242+235=493 (65% of max value = 765). Red value is 16 (6.64% from 255 or 3.25% from 493); Green value is 242 (94.92% from 255 or 49.09% from 493); Blue value is 235 (92.19% from 255 or 47.67% from 493); Max value from RGB is 242 - color contains mainly: green. Hex color #10F2EB is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #10F2EB is #EF0D14. Grayscale: #ADADAD. Windows color (decimal): -15666453 or 15462928. OLE color: 15462928.

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

Color convert

RGB 16 242 235 -
CMYK 0.93 0 0.03 0.05
HSL 178.14º 0.9% 0.51% -
HSV(B) 178.14º 0.93% 0.95% -
XYZ 46.96 69.61 89.56 -
YUV 173.63 162.63 15.57 -
System Red Green Blue C M Y K H S L
Decimal 16 242 235 0.93 0 0.03 0.05 178.14 0.9 0.51
Hex 10 F2 EB 5D 0 3 5 B2 5A 33
Octal 20 362 353 135 0 3 5 262 132 63
Binary 10000 11110010 11101011 1011101 0 11 101 10110010 1011010 110011

Color Harmonies of #10F2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10F2EB

Black with #10F2EB

Text Example


Text Example

White with #10F2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,242,235); }

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

background-color css

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

 a { background-color: rgb(16,242,235); }

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

border-color css

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

 span { border-color: rgb(16,242,235); }

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