Html Css Color HEX #0CFAD2 Bright Turquoise

📋 copy color: '#0CFAD2'

red 12 ◦ green 250 ◦ blue 210

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

Shades of Bright Turquoise #0CFAD2

Tints of Bright Turquoise #0CFAD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 44.49%

R = 2.54%
G = 52.97%
B = 44.49%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#0CFAD2 (or 0x0CFAD2) is known color: Bright Turquoise. HEX triplet: 0C, FA and D2. RGB value is (12,250,210). Sum of RGB (Red+Green+Blue) = 12+250+210=472 (62% of max value = 765). Red value is 12 (5.08% from 255 or 2.54% from 472); Green value is 250 (98.05% from 255 or 52.97% from 472); Blue value is 210 (82.42% from 255 or 44.49% from 472); Max value from RGB is 250 - color contains mainly: green. Hex color #0CFAD2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CFAD2 is #F3052D. Grayscale: #AEAEAE. Windows color (decimal): -15926574 or 13826572. OLE color: 13826572.

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

Color convert

RGB 12 250 210 -
CMYK 0.95 0 0.16 0.02
HSL 169.92º 0.96% 0.51% -
HSV(B) 169.92º 0.95% 0.98% -
XYZ 45.97 73.1 72.66 -
YUV 174.28 148.15 12.25 -
System Red Green Blue C M Y K H S L
Decimal 12 250 210 0.95 0 0.16 0.02 169.92 0.96 0.51
Hex C FA D2 5F 0 10 2 AA 60 33
Octal 14 372 322 137 0 20 2 252 140 63
Binary 1100 11111010 11010010 1011111 0 10000 10 10101010 1100000 110011

Color Harmonies of #0CFAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CFAD2

Black with #0CFAD2

Text Example


Text Example

White with #0CFAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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