Html Css Color HEX #3FDBDC Turquoise

📋 copy color: '#3FDBDC'

red 63 ◦ green 219 ◦ blue 220

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

Shades of Turquoise #3FDBDC

Tints of Turquoise #3FDBDC

RGB

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

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

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

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

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

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

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

Color convert

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

Color Harmonies of #3FDBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FDBDC

Black with #3FDBDC

Text Example


Text Example

White with #3FDBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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