Html Css Color HEX #3FD5DB Medium Turquoise

📋 copy color: '#3FD5DB'

red 63 ◦ green 213 ◦ blue 219

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

Shades of Medium Turquoise #3FD5DB

Tints of Medium Turquoise #3FD5DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.24%

R = 12.73%
G = 43.03%
B = 44.24%

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

#3FD5DB (or 0x3FD5DB) is known color: Medium Turquoise. HEX triplet: 3F, D5 and DB. RGB value is (63,213,219). Sum of RGB (Red+Green+Blue) = 63+213+219=495 (65% of max value = 765). Red value is 63 (25% from 255 or 12.73% from 495); Green value is 213 (83.59% from 255 or 43.03% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 219 - color contains mainly: blue. Hex color #3FD5DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FD5DB is #C02A24. Grayscale: #A8A8A8. Windows color (decimal): -12593701 or 14406975. OLE color: 14406975.

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

Color convert

RGB 63 213 219 -
CMYK 0.71 0.03 0 0.14
HSL 182.31º 0.68% 0.55% -
HSV(B) 182.31º 0.71% 0.86% -
XYZ 38.63 53.76 75.36 -
YUV 168.83 156.31 52.51 -
System Red Green Blue C M Y K H S L
Decimal 63 213 219 0.71 0.03 0 0.14 182.31 0.68 0.55
Hex 3F D5 DB 47 3 0 E B6 44 37
Octal 77 325 333 107 3 0 16 266 104 67
Binary 111111 11010101 11011011 1000111 11 0 1110 10110110 1000100 110111

Color Harmonies of #3FD5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FD5DB

Black with #3FD5DB

Text Example


Text Example

White with #3FD5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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