Html Css Color HEX #0AF4DA Bright Turquoise

📋 copy color: '#0AF4DA'

red 10 ◦ green 244 ◦ blue 218

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

Shades of Bright Turquoise #0AF4DA

Tints of Bright Turquoise #0AF4DA

RGB

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

 GREEN value IS 244 (95.7% from 255) = 51.69%

 BLUE value IS 218 (85.55% from 255) = 46.19%

R = 2.12%
G = 51.69%
B = 46.19%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#0AF4DA (or 0x0AF4DA) is known color: Bright Turquoise. HEX triplet: 0A, F4 and DA. RGB value is (10,244,218). Sum of RGB (Red+Green+Blue) = 10+244+218=472 (62% of max value = 765). Red value is 10 (4.30% from 255 or 2.12% from 472); Green value is 244 (95.70% from 255 or 51.69% from 472); Blue value is 218 (85.55% from 255 or 46.19% from 472); Max value from RGB is 244 - color contains mainly: green. Hex color #0AF4DA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AF4DA is #F50B25. Grayscale: #AAAAAA. Windows color (decimal): -16059174 or 14349322. OLE color: 14349322.

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

Color convert

RGB 10 244 218 -
CMYK 0.96 0 0.11 0.04
HSL 173.33º 0.92% 0.5% -
HSV(B) 173.33º 0.96% 0.96% -
XYZ 45.13 69.83 77.43 -
YUV 171.07 154.48 13.11 -
System Red Green Blue C M Y K H S L
Decimal 10 244 218 0.96 0 0.11 0.04 173.33 0.92 0.5
Hex A F4 DA 60 0 B 4 AD 5C 32
Octal 12 364 332 140 0 13 4 255 134 62
Binary 1010 11110100 11011010 1100000 0 1011 100 10101101 1011100 110010

Color Harmonies of #0AF4DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AF4DA

Black with #0AF4DA

Text Example


Text Example

White with #0AF4DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,244,218); }

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

background-color css

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

 a { background-color: rgb(10,244,218); }

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

border-color css

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

 span { border-color: rgb(10,244,218); }

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