Html Css Color HEX #0AF2F0 Bright Turquoise

📋 copy color: '#0AF2F0'

red 10 ◦ green 242 ◦ blue 240

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

Shades of Bright Turquoise #0AF2F0

Tints of Bright Turquoise #0AF2F0

RGB

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

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

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

R = 2.03%
G = 49.19%
B = 48.78%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#0AF2F0 (or 0x0AF2F0) is known color: Bright Turquoise. HEX triplet: 0A, F2 and F0. RGB value is (10,242,240). Sum of RGB (Red+Green+Blue) = 10+242+240=492 (65% of max value = 765). Red value is 10 (4.30% from 255 or 2.03% from 492); Green value is 242 (94.92% from 255 or 49.19% from 492); Blue value is 240 (94.14% from 255 or 48.78% from 492); Max value from RGB is 242 - color contains mainly: green. Hex color #0AF2F0 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0AF2F0 is #F50D0F. Grayscale: #ACACAC. Windows color (decimal): -16059664 or 15790602. OLE color: 15790602.

HSL color Cylindrical-coordinate representation of color #0AF2F0: hue angle of 179.48º 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 #0AF2F0 is Cyan = 0.96, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB 10 242 240 -
CMYK 0.96 0 0.01 0.05
HSL 179.48º 0.92% 0.49% -
HSV(B) 179.48º 0.96% 0.95% -
XYZ 47.61 69.86 93.41 -
YUV 172.4 166.14 12.16 -
System Red Green Blue C M Y K H S L
Decimal 10 242 240 0.96 0 0.01 0.05 179.48 0.92 0.49
Hex A F2 F0 60 0 1 5 B3 5C 31
Octal 12 362 360 140 0 1 5 263 134 61
Binary 1010 11110010 11110000 1100000 0 1 101 10110011 1011100 110001

Color Harmonies of #0AF2F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AF2F0

Black with #0AF2F0

Text Example


Text Example

White with #0AF2F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,242,240); }

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

background-color css

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

 a { background-color: rgb(10,242,240); }

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

border-color css

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

 span { border-color: rgb(10,242,240); }

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