Html Css Color HEX #3FDADB Turquoise

📋 copy color: '#3FDADB'

red 63 ◦ green 218 ◦ blue 219

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

Shades of Turquoise #3FDADB

Tints of Turquoise #3FDADB

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43.6%

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

R = 12.6%
G = 43.6%
B = 43.8%

CMYK

 C value IS 0.71

 M value IS 0.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3FDADB (or 0x3FDADB) is known color: Turquoise. HEX triplet: 3F, DA and DB. RGB value is (63,218,219). Sum of RGB (Red+Green+Blue) = 63+218+219=500 (66% of max value = 765). Red value is 63 (25% from 255 or 12.6% from 500); Green value is 218 (85.55% from 255 or 43.6% from 500); Blue value is 219 (85.94% from 255 or 43.8% from 500); Max value from RGB is 219 - color contains mainly: blue. Hex color #3FDADB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FDADB is #C02524. Grayscale: #ABABAB. Windows color (decimal): -12592421 or 14408255. OLE color: 14408255.

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

Color convert

RGB 63 218 219 -
CMYK 0.71 0.00 0 0.14
HSL 180.38º 0.68% 0.55% -
HSV(B) 180.38º 0.71% 0.86% -
XYZ 39.91 56.31 75.78 -
YUV 171.77 154.65 50.42 -
System Red Green Blue C M Y K H S L
Decimal 63 218 219 0.71 0.00 0 0.14 180.38 0.68 0.55
Hex 3F DA DB 47 0 0 E B4 44 37
Octal 77 332 333 107 0 0 16 264 104 67
Binary 111111 11011010 11011011 1000111 0 0 1110 10110100 1000100 110111

Color Harmonies of #3FDADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FDADB

Black with #3FDADB

Text Example


Text Example

White with #3FDADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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