Html Css Color HEX #0CFADE Bright Turquoise

📋 copy color: '#0CFADE'

red 12 ◦ green 250 ◦ blue 222

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

Shades of Bright Turquoise #0CFADE

Tints of Bright Turquoise #0CFADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.87%

R = 2.48%
G = 51.65%
B = 45.87%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#0CFADE (or 0x0CFADE) is known color: Bright Turquoise. HEX triplet: 0C, FA and DE. RGB value is (12,250,222). Sum of RGB (Red+Green+Blue) = 12+250+222=484 (64% of max value = 765). Red value is 12 (5.08% from 255 or 2.48% from 484); Green value is 250 (98.05% from 255 or 51.65% from 484); Blue value is 222 (87.11% from 255 or 45.87% from 484); Max value from RGB is 250 - color contains mainly: green. Hex color #0CFADE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CFADE is #F30521. Grayscale: #AFAFAF. Windows color (decimal): -15926562 or 14613004. OLE color: 14613004.

HSL color Cylindrical-coordinate representation of color #0CFADE: hue angle of 172.94º 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 #0CFADE is Cyan = 0.95, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 12 250 222 -
CMYK 0.95 0 0.11 0.02
HSL 172.94º 0.96% 0.51% -
HSV(B) 172.94º 0.95% 0.98% -
XYZ 47.52 73.72 80.83 -
YUV 175.65 154.15 11.28 -
System Red Green Blue C M Y K H S L
Decimal 12 250 222 0.95 0 0.11 0.02 172.94 0.96 0.51
Hex C FA DE 5F 0 B 2 AD 60 33
Octal 14 372 336 137 0 13 2 255 140 63
Binary 1100 11111010 11011110 1011111 0 1011 10 10101101 1100000 110011

Color Harmonies of #0CFADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CFADE

Black with #0CFADE

Text Example


Text Example

White with #0CFADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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