Html Css Color HEX #0AFBCC Bright Turquoise

📋 copy color: '#0AFBCC'

red 10 ◦ green 251 ◦ blue 204

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

Shades of Bright Turquoise #0AFBCC

Tints of Bright Turquoise #0AFBCC

RGB

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

 GREEN value IS 251 (98.44% from 255) = 53.98%

 BLUE value IS 204 (80.08% from 255) = 43.87%

R = 2.15%
G = 53.98%
B = 43.87%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#0AFBCC (or 0x0AFBCC) is known color: Bright Turquoise. HEX triplet: 0A, FB and CC. RGB value is (10,251,204). Sum of RGB (Red+Green+Blue) = 10+251+204=465 (61% of max value = 765). Red value is 10 (4.30% from 255 or 2.15% from 465); Green value is 251 (98.44% from 255 or 53.98% from 465); Blue value is 204 (80.08% from 255 or 43.87% from 465); Max value from RGB is 251 - color contains mainly: green. Hex color #0AFBCC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AFBCC is #F50433. Grayscale: #ADADAD. Windows color (decimal): -16057396 or 13433610. OLE color: 13433610.

HSL color Cylindrical-coordinate representation of color #0AFBCC: hue angle of 168.3º degrees, saturation: 0.97, 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 #0AFBCC is Cyan = 0.96, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB 10 251 204 -
CMYK 0.96 0 0.19 0.02
HSL 168.3º 0.97% 0.51% -
HSV(B) 168.3º 0.96% 0.98% -
XYZ 45.52 73.42 68.9 -
YUV 173.58 145.16 11.32 -
System Red Green Blue C M Y K H S L
Decimal 10 251 204 0.96 0 0.19 0.02 168.3 0.97 0.51
Hex A FB CC 60 0 13 2 A8 61 33
Octal 12 373 314 140 0 23 2 250 141 63
Binary 1010 11111011 11001100 1100000 0 10011 10 10101000 1100001 110011

Color Harmonies of #0AFBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AFBCC

Black with #0AFBCC

Text Example


Text Example

White with #0AFBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,251,204); }

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

background-color css

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

 a { background-color: rgb(10,251,204); }

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

border-color css

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

 span { border-color: rgb(10,251,204); }

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