Html Css Color HEX #0AF2EB Bright Turquoise

📋 copy color: '#0AF2EB'

red 10 ◦ green 242 ◦ blue 235

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

Shades of Bright Turquoise #0AF2EB

Tints of Bright Turquoise #0AF2EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.25%

R = 2.05%
G = 49.69%
B = 48.25%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#0AF2EB (or 0x0AF2EB) is known color: Bright Turquoise. HEX triplet: 0A, F2 and EB. RGB value is (10,242,235). Sum of RGB (Red+Green+Blue) = 10+242+235=487 (64% of max value = 765). Red value is 10 (4.30% from 255 or 2.05% from 487); Green value is 242 (94.92% from 255 or 49.69% from 487); Blue value is 235 (92.19% from 255 or 48.25% from 487); Max value from RGB is 242 - color contains mainly: green. Hex color #0AF2EB is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0AF2EB is #F50D14. Grayscale: #ABABAB. Windows color (decimal): -16059669 or 15462922. OLE color: 15462922.

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

Color convert

RGB 10 242 235 -
CMYK 0.96 0 0.03 0.05
HSL 178.19º 0.92% 0.49% -
HSV(B) 178.19º 0.96% 0.95% -
XYZ 46.87 69.57 89.55 -
YUV 171.83 163.64 12.57 -
System Red Green Blue C M Y K H S L
Decimal 10 242 235 0.96 0 0.03 0.05 178.19 0.92 0.49
Hex A F2 EB 60 0 3 5 B2 5C 31
Octal 12 362 353 140 0 3 5 262 134 61
Binary 1010 11110010 11101011 1100000 0 11 101 10110010 1011100 110001

Color Harmonies of #0AF2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AF2EB

Black with #0AF2EB

Text Example


Text Example

White with #0AF2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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