Html Css Color HEX #3FDBBB Turquoise

📋 copy color: '#3FDBBB'

red 63 ◦ green 219 ◦ blue 187

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

Shades of Turquoise #3FDBBB

Tints of Turquoise #3FDBBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 39.87%

R = 13.43%
G = 46.7%
B = 39.87%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#3FDBBB (or 0x3FDBBB) is known color: Turquoise. HEX triplet: 3F, DB and BB. RGB value is (63,219,187). Sum of RGB (Red+Green+Blue) = 63+219+187=469 (62% of max value = 765). Red value is 63 (25% from 255 or 13.43% from 469); Green value is 219 (85.94% from 255 or 46.70% from 469); Blue value is 187 (73.44% from 255 or 39.87% from 469); Max value from RGB is 219 - color contains mainly: green. Hex color #3FDBBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FDBBB is #C02444. Grayscale: #A8A8A8. Windows color (decimal): -12592197 or 12311359. OLE color: 12311359.

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

Color convert

RGB 63 219 187 -
CMYK 0.71 0 0.15 0.14
HSL 167.69º 0.68% 0.55% -
HSV(B) 167.69º 0.71% 0.86% -
XYZ 36.35 55.31 55.77 -
YUV 168.71 138.32 52.6 -
System Red Green Blue C M Y K H S L
Decimal 63 219 187 0.71 0 0.15 0.14 167.69 0.68 0.55
Hex 3F DB BB 47 0 F E A8 44 37
Octal 77 333 273 107 0 17 16 250 104 67
Binary 111111 11011011 10111011 1000111 0 1111 1110 10101000 1000100 110111

Color Harmonies of #3FDBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FDBBB

Black with #3FDBBB

Text Example


Text Example

White with #3FDBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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