Html Css Color HEX #0AFAEB Bright Turquoise

📋 copy color: '#0AFAEB'

red 10 ◦ green 250 ◦ blue 235

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

Shades of Bright Turquoise #0AFAEB

Tints of Bright Turquoise #0AFAEB

RGB

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

 GREEN value IS 250 (98.05% from 255) = 50.51%

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

R = 2.02%
G = 50.51%
B = 47.47%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#0AFAEB (or 0x0AFAEB) is known color: Bright Turquoise. HEX triplet: 0A, FA and EB. RGB value is (10,250,235). Sum of RGB (Red+Green+Blue) = 10+250+235=495 (65% of max value = 765). Red value is 10 (4.30% from 255 or 2.02% from 495); Green value is 250 (98.05% from 255 or 50.51% from 495); Blue value is 235 (92.19% from 255 or 47.47% from 495); Max value from RGB is 250 - color contains mainly: green. Hex color #0AFAEB is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0AFAEB is #F50514. Grayscale: #B0B0B0. Windows color (decimal): -16057621 or 15464970. OLE color: 15464970.

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

Color convert

RGB 10 250 235 -
CMYK 0.96 0 0.06 0.02
HSL 176.25º 0.96% 0.51% -
HSV(B) 176.25º 0.96% 0.98% -
XYZ 49.31 74.43 90.37 -
YUV 176.53 160.99 9.22 -
System Red Green Blue C M Y K H S L
Decimal 10 250 235 0.96 0 0.06 0.02 176.25 0.96 0.51
Hex A FA EB 60 0 6 2 B0 60 33
Octal 12 372 353 140 0 6 2 260 140 63
Binary 1010 11111010 11101011 1100000 0 110 10 10110000 1100000 110011

Color Harmonies of #0AFAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AFAEB

Black with #0AFAEB

Text Example


Text Example

White with #0AFAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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