Html Css Color HEX #0AFCD6 Bright Turquoise

📋 copy color: '#0AFCD6'

red 10 ◦ green 252 ◦ blue 214

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

Shades of Bright Turquoise #0AFCD6

Tints of Bright Turquoise #0AFCD6

RGB

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

 GREEN value IS 252 (98.83% from 255) = 52.94%

 BLUE value IS 214 (83.98% from 255) = 44.96%

R = 2.1%
G = 52.94%
B = 44.96%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#0AFCD6 (or 0x0AFCD6) is known color: Bright Turquoise. HEX triplet: 0A, FC and D6. RGB value is (10,252,214). Sum of RGB (Red+Green+Blue) = 10+252+214=476 (63% of max value = 765). Red value is 10 (4.30% from 255 or 2.10% from 476); Green value is 252 (98.83% from 255 or 52.94% from 476); Blue value is 214 (83.98% from 255 or 44.96% from 476); Max value from RGB is 252 - color contains mainly: green. Hex color #0AFCD6 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AFCD6 is #F50329. Grayscale: #AFAFAF. Windows color (decimal): -16057130 or 14089226. OLE color: 14089226.

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

Color convert

RGB 10 252 214 -
CMYK 0.96 0 0.15 0.01
HSL 170.58º 0.98% 0.51% -
HSV(B) 170.58º 0.96% 0.99% -
XYZ 47.07 74.54 75.53 -
YUV 175.31 149.83 10.09 -
System Red Green Blue C M Y K H S L
Decimal 10 252 214 0.96 0 0.15 0.01 170.58 0.98 0.51
Hex A FC D6 60 0 F 1 AB 62 33
Octal 12 374 326 140 0 17 1 253 142 63
Binary 1010 11111100 11010110 1100000 0 1111 1 10101011 1100010 110011

Color Harmonies of #0AFCD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AFCD6

Black with #0AFCD6

Text Example


Text Example

White with #0AFCD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,252,214); }

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

background-color css

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

 a { background-color: rgb(10,252,214); }

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

border-color css

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

 span { border-color: rgb(10,252,214); }

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