Html Css Color HEX #0AFACF Bright Turquoise

📋 copy color: '#0AFACF'

red 10 ◦ green 250 ◦ blue 207

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

Shades of Bright Turquoise #0AFACF

Tints of Bright Turquoise #0AFACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.33%

R = 2.14%
G = 53.53%
B = 44.33%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#0AFACF (or 0x0AFACF) is known color: Bright Turquoise. HEX triplet: 0A, FA and CF. RGB value is (10,250,207). Sum of RGB (Red+Green+Blue) = 10+250+207=467 (61% of max value = 765). Red value is 10 (4.30% from 255 or 2.14% from 467); Green value is 250 (98.05% from 255 or 53.53% from 467); Blue value is 207 (81.25% from 255 or 44.33% from 467); Max value from RGB is 250 - color contains mainly: green. Hex color #0AFACF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AFACF is #F50530. Grayscale: #ADADAD. Windows color (decimal): -16057649 or 13629962. OLE color: 13629962.

HSL color Cylindrical-coordinate representation of color #0AFACF: hue angle of 169.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 #0AFACF is Cyan = 0.96, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB 10 250 207 -
CMYK 0.96 0 0.17 0.02
HSL 169.25º 0.96% 0.51% -
HSV(B) 169.25º 0.96% 0.98% -
XYZ 45.57 72.94 70.71 -
YUV 173.34 146.99 11.5 -
System Red Green Blue C M Y K H S L
Decimal 10 250 207 0.96 0 0.17 0.02 169.25 0.96 0.51
Hex A FA CF 60 0 11 2 A9 60 33
Octal 12 372 317 140 0 21 2 251 140 63
Binary 1010 11111010 11001111 1100000 0 10001 10 10101001 1100000 110011

Color Harmonies of #0AFACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AFACF

Black with #0AFACF

Text Example


Text Example

White with #0AFACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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