Html Css Color HEX #0AF8CC Bright Turquoise

📋 copy color: '#0AF8CC'

red 10 ◦ green 248 ◦ blue 204

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

Shades of Bright Turquoise #0AF8CC

Tints of Bright Turquoise #0AF8CC

RGB

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

 GREEN value IS 248 (97.27% from 255) = 53.68%

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

R = 2.16%
G = 53.68%
B = 44.16%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#0AF8CC (or 0x0AF8CC) is known color: Bright Turquoise. HEX triplet: 0A, F8 and CC. RGB value is (10,248,204). Sum of RGB (Red+Green+Blue) = 10+248+204=462 (61% of max value = 765). Red value is 10 (4.30% from 255 or 2.16% from 462); Green value is 248 (97.27% from 255 or 53.68% from 462); Blue value is 204 (80.08% from 255 or 44.16% from 462); Max value from RGB is 248 - color contains mainly: green. Hex color #0AF8CC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AF8CC is #F50733. Grayscale: #ABABAB. Windows color (decimal): -16058164 or 13432842. OLE color: 13432842.

HSL color Cylindrical-coordinate representation of color #0AF8CC: hue angle of 168.91º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AF8CC is Cyan = 0.96, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB 10 248 204 -
CMYK 0.96 0 0.18 0.03
HSL 168.91º 0.94% 0.51% -
HSV(B) 168.91º 0.96% 0.97% -
XYZ 44.59 71.56 68.59 -
YUV 171.82 146.15 12.58 -
System Red Green Blue C M Y K H S L
Decimal 10 248 204 0.96 0 0.18 0.03 168.91 0.94 0.51
Hex A F8 CC 60 0 12 3 A9 5E 33
Octal 12 370 314 140 0 22 3 251 136 63
Binary 1010 11111000 11001100 1100000 0 10010 11 10101001 1011110 110011

Color Harmonies of #0AF8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AF8CC

Black with #0AF8CC

Text Example


Text Example

White with #0AF8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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