Html Css Color HEX #3FDDCD Turquoise

📋 copy color: '#3FDDCD'

red 63 ◦ green 221 ◦ blue 205

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

Shades of Turquoise #3FDDCD

Tints of Turquoise #3FDDCD

RGB

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

 GREEN value IS 221 (86.72% from 255) = 45.19%

 BLUE value IS 205 (80.47% from 255) = 41.92%

R = 12.88%
G = 45.19%
B = 41.92%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#3FDDCD (or 0x3FDDCD) is known color: Turquoise. HEX triplet: 3F, DD and CD. RGB value is (63,221,205). Sum of RGB (Red+Green+Blue) = 63+221+205=489 (64% of max value = 765). Red value is 63 (25% from 255 or 12.88% from 489); Green value is 221 (86.72% from 255 or 45.19% from 489); Blue value is 205 (80.47% from 255 or 41.92% from 489); Max value from RGB is 221 - color contains mainly: green. Hex color #3FDDCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FDDCD is #C02232. Grayscale: #ABABAB. Windows color (decimal): -12591667 or 13491519. OLE color: 13491519.

HSL color Cylindrical-coordinate representation of color #3FDDCD: hue angle of 173.92º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FDDCD is Cyan = 0.71, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 63 221 205 -
CMYK 0.71 0 0.07 0.13
HSL 173.92º 0.7% 0.56% -
HSV(B) 173.92º 0.71% 0.87% -
XYZ 38.93 57.18 66.74 -
YUV 171.93 146.65 50.3 -
System Red Green Blue C M Y K H S L
Decimal 63 221 205 0.71 0 0.07 0.13 173.92 0.7 0.56
Hex 3F DD CD 47 0 7 D AE 46 38
Octal 77 335 315 107 0 7 15 256 106 70
Binary 111111 11011101 11001101 1000111 0 111 1101 10101110 1000110 111000

Color Harmonies of #3FDDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FDDCD

Black with #3FDDCD

Text Example


Text Example

White with #3FDDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,221,205); }

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

background-color css

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

 a { background-color: rgb(63,221,205); }

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

border-color css

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

 span { border-color: rgb(63,221,205); }

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