Html Css Color HEX #0AFFCF Bright Turquoise

📋 copy color: '#0AFFCF'

red 10 ◦ green 255 ◦ blue 207

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

Shades of Bright Turquoise #0AFFCF

Tints of Bright Turquoise #0AFFCF

RGB

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

 GREEN value IS 255 (100% from 255) = 54.03%

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

R = 2.12%
G = 54.03%
B = 43.86%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.19

 K value IS 0

RGB Variations

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

Color information

#0AFFCF (or 0x0AFFCF) is known color: Bright Turquoise. HEX triplet: 0A, FF and CF. RGB value is (10,255,207). Sum of RGB (Red+Green+Blue) = 10+255+207=472 (62% of max value = 765). Red value is 10 (4.30% from 255 or 2.12% from 472); Green value is 255 (100% from 255 or 54.03% from 472); Blue value is 207 (81.25% from 255 or 43.86% from 472); Max value from RGB is 255 - color contains mainly: green. Hex color #0AFFCF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AFFCF is #F50030. Grayscale: #B0B0B0. Windows color (decimal): -16056369 or 13631242. OLE color: 13631242.

HSL color Cylindrical-coordinate representation of color #0AFFCF: hue angle of 168.24º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AFFCF is Cyan = 0.96, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.

Color convert

RGB 10 255 207 -
CMYK 0.96 0 0.19 0
HSL 168.24º 1% 0.52% -
HSV(B) 168.24º 0.96% 1% -
XYZ 47.15 76.09 71.23 -
YUV 176.27 145.33 9.4 -
System Red Green Blue C M Y K H S L
Decimal 10 255 207 0.96 0 0.19 0 168.24 1 0.52
Hex A FF CF 60 0 13 0 A8 64 34
Octal 12 377 317 140 0 23 0 250 144 64
Binary 1010 11111111 11001111 1100000 0 10011 0 10101000 1100100 110100

Color Harmonies of #0AFFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AFFCF

Black with #0AFFCF

Text Example


Text Example

White with #0AFFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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