Html Css Color HEX #0AEFF2 Bright Turquoise

📋 copy color: '#0AEFF2'

red 10 ◦ green 239 ◦ blue 242

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

Shades of Bright Turquoise #0AEFF2

Tints of Bright Turquoise #0AEFF2

RGB

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

 GREEN value IS 239 (93.75% from 255) = 48.68%

 BLUE value IS 242 (94.92% from 255) = 49.29%

R = 2.04%
G = 48.68%
B = 49.29%

CMYK

 C value IS 0.96

 M value IS 0.01

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#0AEFF2 (or 0x0AEFF2) is known color: Bright Turquoise. HEX triplet: 0A, EF and F2. RGB value is (10,239,242). Sum of RGB (Red+Green+Blue) = 10+239+242=491 (65% of max value = 765). Red value is 10 (4.30% from 255 or 2.04% from 491); Green value is 239 (93.75% from 255 or 48.68% from 491); Blue value is 242 (94.92% from 255 or 49.29% from 491); Max value from RGB is 242 - color contains mainly: blue. Hex color #0AEFF2 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0AEFF2 is #F5100D. Grayscale: #AAAAAA. Windows color (decimal): -16060430 or 15920906. OLE color: 15920906.

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

Color convert

RGB 10 239 242 -
CMYK 0.96 0.01 0 0.05
HSL 180.78º 0.92% 0.49% -
HSV(B) 180.78º 0.96% 0.95% -
XYZ 47.02 68.21 94.69 -
YUV 170.87 168.13 13.26 -
System Red Green Blue C M Y K H S L
Decimal 10 239 242 0.96 0.01 0 0.05 180.78 0.92 0.49
Hex A EF F2 60 1 0 5 B5 5C 31
Octal 12 357 362 140 1 0 5 265 134 61
Binary 1010 11101111 11110010 1100000 1 0 101 10110101 1011100 110001

Color Harmonies of #0AEFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AEFF2

Black with #0AEFF2

Text Example


Text Example

White with #0AEFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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