Html Css Color HEX #3FDDCC Turquoise

📋 copy color: '#3FDDCC'

red 63 ◦ green 221 ◦ blue 204

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

Shades of Turquoise #3FDDCC

Tints of Turquoise #3FDDCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.8%

R = 12.91%
G = 45.29%
B = 41.8%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#3FDDCC (or 0x3FDDCC) is known color: Turquoise. HEX triplet: 3F, DD and CC. RGB value is (63,221,204). Sum of RGB (Red+Green+Blue) = 63+221+204=488 (64% of max value = 765). Red value is 63 (25% from 255 or 12.91% from 488); Green value is 221 (86.72% from 255 or 45.29% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 221 - color contains mainly: green. Hex color #3FDDCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FDDCC is #C02233. Grayscale: #ABABAB. Windows color (decimal): -12591668 or 13425983. OLE color: 13425983.

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

Color convert

RGB 63 221 204 -
CMYK 0.71 0 0.08 0.13
HSL 173.54º 0.7% 0.56% -
HSV(B) 173.54º 0.71% 0.87% -
XYZ 38.81 57.13 66.11 -
YUV 171.82 146.15 50.38 -
System Red Green Blue C M Y K H S L
Decimal 63 221 204 0.71 0 0.08 0.13 173.54 0.7 0.56
Hex 3F DD CC 47 0 8 D AE 46 38
Octal 77 335 314 107 0 10 15 256 106 70
Binary 111111 11011101 11001100 1000111 0 1000 1101 10101110 1000110 111000

Color Harmonies of #3FDDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FDDCC

Black with #3FDDCC

Text Example


Text Example

White with #3FDDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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