Html Css Color HEX #0AF1E4 Bright Turquoise

📋 copy color: '#0AF1E4'

red 10 ◦ green 241 ◦ blue 228

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

Shades of Bright Turquoise #0AF1E4

Tints of Bright Turquoise #0AF1E4

RGB

 RED value IS 10 (4.3% from 255) = 2.09%

 GREEN value IS 241 (94.53% from 255) = 50.31%

 BLUE value IS 228 (89.45% from 255) = 47.6%

R = 2.09%
G = 50.31%
B = 47.6%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#0AF1E4 (or 0x0AF1E4) is known color: Bright Turquoise. HEX triplet: 0A, F1 and E4. RGB value is (10,241,228). Sum of RGB (Red+Green+Blue) = 10+241+228=479 (63% of max value = 765). Red value is 10 (4.30% from 255 or 2.09% from 479); Green value is 241 (94.53% from 255 or 50.31% from 479); Blue value is 228 (89.45% from 255 or 47.60% from 479); Max value from RGB is 241 - color contains mainly: green. Hex color #0AF1E4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AF1E4 is #F50E1B. Grayscale: #AAAAAA. Windows color (decimal): -16059932 or 15003914. OLE color: 15003914.

HSL color Cylindrical-coordinate representation of color #0AF1E4: hue angle of 176.62º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AF1E4 is Cyan = 0.96, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB 10 241 228 -
CMYK 0.96 0 0.05 0.05
HSL 176.62º 0.92% 0.49% -
HSV(B) 176.62º 0.96% 0.95% -
XYZ 45.58 68.58 84.23 -
YUV 170.45 160.47 13.56 -
System Red Green Blue C M Y K H S L
Decimal 10 241 228 0.96 0 0.05 0.05 176.62 0.92 0.49
Hex A F1 E4 60 0 5 5 B1 5C 31
Octal 12 361 344 140 0 5 5 261 134 61
Binary 1010 11110001 11100100 1100000 0 101 101 10110001 1011100 110001

Color Harmonies of #0AF1E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AF1E4

Black with #0AF1E4

Text Example


Text Example

White with #0AF1E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0AF1E4; }

 p { color: rgb(10,241,228); }

 H1.HeaderClassName
 {
   color: #0AF1E4;
 }
 .AnyTagClassName
 {
   color: #0AF1E4;
 }
</style>

background-color css

<style>
 a { background-color: #0AF1E4; }

 a { background-color: rgb(10,241,228); }

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

border-color css

<style>
 span { border-color: #0AF1E4; }

 span { border-color: rgb(10,241,228); }

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