Html Css Color HEX #0CFACC Bright Turquoise

📋 copy color: '#0CFACC'

red 12 ◦ green 250 ◦ blue 204

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

Shades of Bright Turquoise #0CFACC

Tints of Bright Turquoise #0CFACC

RGB

 RED value IS 12 (5.08% from 255) = 2.58%

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

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

R = 2.58%
G = 53.65%
B = 43.78%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#0CFACC (or 0x0CFACC) is known color: Bright Turquoise. HEX triplet: 0C, FA and CC. RGB value is (12,250,204). Sum of RGB (Red+Green+Blue) = 12+250+204=466 (61% of max value = 765). Red value is 12 (5.08% from 255 or 2.58% from 466); Green value is 250 (98.05% from 255 or 53.65% from 466); Blue value is 204 (80.08% from 255 or 43.78% from 466); Max value from RGB is 250 - color contains mainly: green. Hex color #0CFACC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CFACC is #F30533. Grayscale: #ADADAD. Windows color (decimal): -15926580 or 13433356. OLE color: 13433356.

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

Color convert

RGB 12 250 204 -
CMYK 0.95 0 0.18 0.02
HSL 168.4º 0.96% 0.51% -
HSV(B) 168.4º 0.95% 0.98% -
XYZ 45.24 72.81 68.8 -
YUV 173.59 145.15 12.74 -
System Red Green Blue C M Y K H S L
Decimal 12 250 204 0.95 0 0.18 0.02 168.4 0.96 0.51
Hex C FA CC 5F 0 12 2 A8 60 33
Octal 14 372 314 137 0 22 2 250 140 63
Binary 1100 11111010 11001100 1011111 0 10010 10 10101000 1100000 110011

Color Harmonies of #0CFACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CFACC

Black with #0CFACC

Text Example


Text Example

White with #0CFACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,250,204); }

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

background-color css

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

 a { background-color: rgb(12,250,204); }

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

border-color css

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

 span { border-color: rgb(12,250,204); }

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