Html Css Color HEX #3FD9DB Turquoise

📋 copy color: '#3FD9DB'

red 63 ◦ green 217 ◦ blue 219

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

Shades of Turquoise #3FD9DB

Tints of Turquoise #3FD9DB

RGB

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

 GREEN value IS 217 (85.16% from 255) = 43.49%

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

R = 12.63%
G = 43.49%
B = 43.89%

CMYK

 C value IS 0.71

 M value IS 0.01

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3FD9DB (or 0x3FD9DB) is known color: Turquoise. HEX triplet: 3F, D9 and DB. RGB value is (63,217,219). Sum of RGB (Red+Green+Blue) = 63+217+219=499 (66% of max value = 765). Red value is 63 (25% from 255 or 12.63% from 499); Green value is 217 (85.16% from 255 or 43.49% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 219 - color contains mainly: blue. Hex color #3FD9DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FD9DB is #C02624. Grayscale: #ABABAB. Windows color (decimal): -12592677 or 14407999. OLE color: 14407999.

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

Color convert

RGB 63 217 219 -
CMYK 0.71 0.01 0 0.14
HSL 180.77º 0.68% 0.55% -
HSV(B) 180.77º 0.71% 0.86% -
XYZ 39.65 55.8 75.7 -
YUV 171.18 154.98 50.84 -
System Red Green Blue C M Y K H S L
Decimal 63 217 219 0.71 0.01 0 0.14 180.77 0.68 0.55
Hex 3F D9 DB 47 1 0 E B5 44 37
Octal 77 331 333 107 1 0 16 265 104 67
Binary 111111 11011001 11011011 1000111 1 0 1110 10110101 1000100 110111

Color Harmonies of #3FD9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FD9DB

Black with #3FD9DB

Text Example


Text Example

White with #3FD9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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