Html Css Color HEX #3FDCD4 Turquoise

📋 copy color: '#3FDCD4'

red 63 ◦ green 220 ◦ blue 212

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

Shades of Turquoise #3FDCD4

Tints of Turquoise #3FDCD4

RGB

 RED value IS 63 (25% from 255) = 12.73%

 GREEN value IS 220 (86.33% from 255) = 44.44%

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

R = 12.73%
G = 44.44%
B = 42.83%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#3FDCD4 (or 0x3FDCD4) is known color: Turquoise. HEX triplet: 3F, DC and D4. RGB value is (63,220,212). Sum of RGB (Red+Green+Blue) = 63+220+212=495 (65% of max value = 765). Red value is 63 (25% from 255 or 12.73% from 495); Green value is 220 (86.33% from 255 or 44.44% from 495); Blue value is 212 (83.20% from 255 or 42.83% from 495); Max value from RGB is 220 - color contains mainly: green. Hex color #3FDCD4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FDCD4 is #C0232B. Grayscale: #ACACAC. Windows color (decimal): -12591916 or 13950015. OLE color: 13950015.

HSL color Cylindrical-coordinate representation of color #3FDCD4: hue angle of 176.94º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FDCD4 is Cyan = 0.71, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.

Color convert

RGB 63 220 212 -
CMYK 0.71 0 0.04 0.14
HSL 176.94º 0.69% 0.55% -
HSV(B) 176.94º 0.71% 0.86% -
XYZ 39.53 57 71.21 -
YUV 172.15 150.49 50.15 -
System Red Green Blue C M Y K H S L
Decimal 63 220 212 0.71 0 0.04 0.14 176.94 0.69 0.55
Hex 3F DC D4 47 0 4 E B1 45 37
Octal 77 334 324 107 0 4 16 261 105 67
Binary 111111 11011100 11010100 1000111 0 100 1110 10110001 1000101 110111

Color Harmonies of #3FDCD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FDCD4

Black with #3FDCD4

Text Example


Text Example

White with #3FDCD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,220,212); }

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

background-color css

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

 a { background-color: rgb(63,220,212); }

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

border-color css

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

 span { border-color: rgb(63,220,212); }

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