Html Css Color HEX #3CFFD4 Turquoise

📋 copy color: '#3CFFD4'

red 60 ◦ green 255 ◦ blue 212

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

Shades of Turquoise #3CFFD4

Tints of Turquoise #3CFFD4

RGB

 RED value IS 60 (23.83% from 255) = 11.39%

 GREEN value IS 255 (100% from 255) = 48.39%

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

R = 11.39%
G = 48.39%
B = 40.23%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.17

 K value IS 0

RGB Variations

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

Color information

#3CFFD4 (or 0x3CFFD4) is known color: Turquoise. HEX triplet: 3C, FF and D4. RGB value is (60,255,212). Sum of RGB (Red+Green+Blue) = 60+255+212=527 (69% of max value = 765). Red value is 60 (23.83% from 255 or 11.39% from 527); Green value is 255 (100% from 255 or 48.39% from 527); Blue value is 212 (83.20% from 255 or 40.23% from 527); Max value from RGB is 255 - color contains mainly: green. Hex color #3CFFD4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CFFD4 is #C3002B. Grayscale: #BFBFBF. Windows color (decimal): -12779564 or 13958972. OLE color: 13958972.

HSL color Cylindrical-coordinate representation of color #3CFFD4: hue angle of 166.77º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CFFD4 is Cyan = 0.76, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.

Color convert

RGB 60 255 212 -
CMYK 0.76 0 0.17 0
HSL 166.77º 1% 0.62% -
HSV(B) 166.77º 0.76% 1% -
XYZ 49.51 77.23 74.59 -
YUV 191.79 139.4 34 -
System Red Green Blue C M Y K H S L
Decimal 60 255 212 0.76 0 0.17 0 166.77 1 0.62
Hex 3C FF D4 4C 0 11 0 A7 64 3E
Octal 74 377 324 114 0 21 0 247 144 76
Binary 111100 11111111 11010100 1001100 0 10001 0 10100111 1100100 111110

Color Harmonies of #3CFFD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CFFD4

Black with #3CFFD4

Text Example


Text Example

White with #3CFFD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3CFFD4; }

 p { color: rgb(60,255,212); }

 H1.HeaderClassName
 {
   color: #3CFFD4;
 }
 .AnyTagClassName
 {
   color: #3CFFD4;
 }
</style>

background-color css

<style>
 a { background-color: #3CFFD4; }

 a { background-color: rgb(60,255,212); }

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

border-color css

<style>
 span { border-color: #3CFFD4; }

 span { border-color: rgb(60,255,212); }

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