Html Css Color HEX #0AEAF0 Bright Turquoise

📋 copy color: '#0AEAF0'

red 10 ◦ green 234 ◦ blue 240

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

Shades of Bright Turquoise #0AEAF0

Tints of Bright Turquoise #0AEAF0

RGB

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

 GREEN value IS 234 (91.8% from 255) = 48.35%

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

R = 2.07%
G = 48.35%
B = 49.59%

CMYK

 C value IS 0.96

 M value IS 0.02

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0AEAF0 (or 0x0AEAF0) is known color: Bright Turquoise. HEX triplet: 0A, EA and F0. RGB value is (10,234,240). Sum of RGB (Red+Green+Blue) = 10+234+240=484 (64% of max value = 765). Red value is 10 (4.30% from 255 or 2.07% from 484); Green value is 234 (91.80% from 255 or 48.35% from 484); Blue value is 240 (94.14% from 255 or 49.59% from 484); Max value from RGB is 240 - color contains mainly: blue. Hex color #0AEAF0 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0AEAF0 is #F5150F. Grayscale: #A7A7A7. Windows color (decimal): -16061712 or 15788554. OLE color: 15788554.

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

Color convert

RGB 10 234 240 -
CMYK 0.96 0.02 0 0.06
HSL 181.57º 0.92% 0.49% -
HSV(B) 181.57º 0.96% 0.94% -
XYZ 45.28 65.2 92.64 -
YUV 167.71 168.79 15.51 -
System Red Green Blue C M Y K H S L
Decimal 10 234 240 0.96 0.02 0 0.06 181.57 0.92 0.49
Hex A EA F0 60 2 0 6 B6 5C 31
Octal 12 352 360 140 2 0 6 266 134 61
Binary 1010 11101010 11110000 1100000 10 0 110 10110110 1011100 110001

Color Harmonies of #0AEAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AEAF0

Black with #0AEAF0

Text Example


Text Example

White with #0AEAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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