Html Css Color HEX #3FDBB8 Turquoise

📋 copy color: '#3FDBB8'

red 63 ◦ green 219 ◦ blue 184

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

Shades of Turquoise #3FDBB8

Tints of Turquoise #3FDBB8

RGB

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

 GREEN value IS 219 (85.94% from 255) = 47%

 BLUE value IS 184 (72.27% from 255) = 39.48%

R = 13.52%
G = 47%
B = 39.48%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#3FDBB8 (or 0x3FDBB8) is known color: Turquoise. HEX triplet: 3F, DB and B8. RGB value is (63,219,184). Sum of RGB (Red+Green+Blue) = 63+219+184=466 (61% of max value = 765). Red value is 63 (25% from 255 or 13.52% from 466); Green value is 219 (85.94% from 255 or 47.00% from 466); Blue value is 184 (72.27% from 255 or 39.48% from 466); Max value from RGB is 219 - color contains mainly: green. Hex color #3FDBB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FDBB8 is #C02447. Grayscale: #A8A8A8. Windows color (decimal): -12592200 or 12114751. OLE color: 12114751.

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

Color convert

RGB 63 219 184 -
CMYK 0.71 0 0.16 0.14
HSL 166.54º 0.68% 0.55% -
HSV(B) 166.54º 0.71% 0.86% -
XYZ 36.03 55.18 54.1 -
YUV 168.37 136.82 52.85 -
System Red Green Blue C M Y K H S L
Decimal 63 219 184 0.71 0 0.16 0.14 166.54 0.68 0.55
Hex 3F DB B8 47 0 10 E A7 44 37
Octal 77 333 270 107 0 20 16 247 104 67
Binary 111111 11011011 10111000 1000111 0 10000 1110 10100111 1000100 110111

Color Harmonies of #3FDBB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FDBB8

Black with #3FDBB8

Text Example


Text Example

White with #3FDBB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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