Html Css Color HEX #0CFAD4 Bright Turquoise

📋 copy color: '#0CFAD4'

red 12 ◦ green 250 ◦ blue 212

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

Shades of Bright Turquoise #0CFAD4

Tints of Bright Turquoise #0CFAD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 44.73%

R = 2.53%
G = 52.74%
B = 44.73%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#0CFAD4 (or 0x0CFAD4) is known color: Bright Turquoise. HEX triplet: 0C, FA and D4. RGB value is (12,250,212). Sum of RGB (Red+Green+Blue) = 12+250+212=474 (62% of max value = 765). Red value is 12 (5.08% from 255 or 2.53% from 474); Green value is 250 (98.05% from 255 or 52.74% from 474); Blue value is 212 (83.20% from 255 or 44.73% from 474); Max value from RGB is 250 - color contains mainly: green. Hex color #0CFAD4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CFAD4 is #F3052B. Grayscale: #AEAEAE. Windows color (decimal): -15926572 or 13957644. OLE color: 13957644.

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

Color convert

RGB 12 250 212 -
CMYK 0.95 0 0.15 0.02
HSL 170.42º 0.96% 0.51% -
HSV(B) 170.42º 0.95% 0.98% -
XYZ 46.22 73.2 73.98 -
YUV 174.51 149.15 12.09 -
System Red Green Blue C M Y K H S L
Decimal 12 250 212 0.95 0 0.15 0.02 170.42 0.96 0.51
Hex C FA D4 5F 0 F 2 AA 60 33
Octal 14 372 324 137 0 17 2 252 140 63
Binary 1100 11111010 11010100 1011111 0 1111 10 10101010 1100000 110011

Color Harmonies of #0CFAD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CFAD4

Black with #0CFAD4

Text Example


Text Example

White with #0CFAD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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