Html Css Color HEX #0AF3EF Bright Turquoise

📋 copy color: '#0AF3EF'

red 10 ◦ green 243 ◦ blue 239

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

Shades of Bright Turquoise #0AF3EF

Tints of Bright Turquoise #0AF3EF

RGB

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

 GREEN value IS 243 (95.31% from 255) = 49.39%

 BLUE value IS 239 (93.75% from 255) = 48.58%

R = 2.03%
G = 49.39%
B = 48.58%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#0AF3EF (or 0x0AF3EF) is known color: Bright Turquoise. HEX triplet: 0A, F3 and EF. RGB value is (10,243,239). Sum of RGB (Red+Green+Blue) = 10+243+239=492 (65% of max value = 765). Red value is 10 (4.30% from 255 or 2.03% from 492); Green value is 243 (95.31% from 255 or 49.39% from 492); Blue value is 239 (93.75% from 255 or 48.58% from 492); Max value from RGB is 243 - color contains mainly: green. Hex color #0AF3EF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0AF3EF is #F50C10. Grayscale: #ACACAC. Windows color (decimal): -16059409 or 15725322. OLE color: 15725322.

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

Color convert

RGB 10 243 239 -
CMYK 0.96 0 0.02 0.05
HSL 178.97º 0.92% 0.5% -
HSV(B) 178.97º 0.96% 0.95% -
XYZ 47.76 70.4 92.73 -
YUV 172.88 165.31 11.83 -
System Red Green Blue C M Y K H S L
Decimal 10 243 239 0.96 0 0.02 0.05 178.97 0.92 0.5
Hex A F3 EF 60 0 2 5 B3 5C 32
Octal 12 363 357 140 0 2 5 263 134 62
Binary 1010 11110011 11101111 1100000 0 10 101 10110011 1011100 110010

Color Harmonies of #0AF3EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AF3EF

Black with #0AF3EF

Text Example


Text Example

White with #0AF3EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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