Html Css Color HEX #3FDCDB Turquoise

📋 copy color: '#3FDCDB'

red 63 ◦ green 220 ◦ blue 219

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

Shades of Turquoise #3FDCDB

Tints of Turquoise #3FDCDB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.82%

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

R = 12.55%
G = 43.82%
B = 43.63%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#3FDCDB (or 0x3FDCDB) is known color: Turquoise. HEX triplet: 3F, DC and DB. RGB value is (63,220,219). Sum of RGB (Red+Green+Blue) = 63+220+219=502 (66% of max value = 765). Red value is 63 (25% from 255 or 12.55% from 502); Green value is 220 (86.33% from 255 or 43.82% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 220 - color contains mainly: green. Hex color #3FDCDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FDCDB is #C02324. Grayscale: #ACACAC. Windows color (decimal): -12591909 or 14408767. OLE color: 14408767.

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

Color convert

RGB 63 220 219 -
CMYK 0.71 0 0.00 0.14
HSL 179.62º 0.69% 0.55% -
HSV(B) 179.62º 0.71% 0.86% -
XYZ 40.43 57.36 75.96 -
YUV 172.94 153.99 49.58 -
System Red Green Blue C M Y K H S L
Decimal 63 220 219 0.71 0 0.00 0.14 179.62 0.69 0.55
Hex 3F DC DB 47 0 0 E B4 45 37
Octal 77 334 333 107 0 0 16 264 105 67
Binary 111111 11011100 11011011 1000111 0 0 1110 10110100 1000101 110111

Color Harmonies of #3FDCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FDCDB

Black with #3FDCDB

Text Example


Text Example

White with #3FDCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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