Html Css Color HEX #3FD5DC Medium Turquoise

📋 copy color: '#3FD5DC'

red 63 ◦ green 213 ◦ blue 220

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

Shades of Medium Turquoise #3FD5DC

Tints of Medium Turquoise #3FD5DC

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.94%

 BLUE value IS 220 (86.33% from 255) = 44.35%

R = 12.7%
G = 42.94%
B = 44.35%

CMYK

 C value IS 0.71

 M value IS 0.03

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3FD5DC (or 0x3FD5DC) is known color: Medium Turquoise. HEX triplet: 3F, D5 and DC. RGB value is (63,213,220). Sum of RGB (Red+Green+Blue) = 63+213+220=496 (65% of max value = 765). Red value is 63 (25% from 255 or 12.70% from 496); Green value is 213 (83.59% from 255 or 42.94% from 496); Blue value is 220 (86.33% from 255 or 44.35% from 496); Max value from RGB is 220 - color contains mainly: blue. Hex color #3FD5DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FD5DC is #C02A23. Grayscale: #A8A8A8. Windows color (decimal): -12593700 or 14472511. OLE color: 14472511.

HSL color Cylindrical-coordinate representation of color #3FD5DC: hue angle of 182.68º 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 #3FD5DC is Cyan = 0.71, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 63 213 220 -
CMYK 0.71 0.03 0 0.14
HSL 182.68º 0.69% 0.55% -
HSV(B) 182.68º 0.71% 0.86% -
XYZ 38.76 53.81 76.05 -
YUV 168.95 156.81 52.43 -
System Red Green Blue C M Y K H S L
Decimal 63 213 220 0.71 0.03 0 0.14 182.68 0.69 0.55
Hex 3F D5 DC 47 3 0 E B7 45 37
Octal 77 325 334 107 3 0 16 267 105 67
Binary 111111 11010101 11011100 1000111 11 0 1110 10110111 1000101 110111

Color Harmonies of #3FD5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FD5DC

Black with #3FD5DC

Text Example


Text Example

White with #3FD5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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