Html Css Color HEX #3FDDCA Turquoise

📋 copy color: '#3FDDCA'

red 63 ◦ green 221 ◦ blue 202

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

Shades of Turquoise #3FDDCA

Tints of Turquoise #3FDDCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 41.56%

R = 12.96%
G = 45.47%
B = 41.56%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#3FDDCA (or 0x3FDDCA) is known color: Turquoise. HEX triplet: 3F, DD and CA. RGB value is (63,221,202). Sum of RGB (Red+Green+Blue) = 63+221+202=486 (64% of max value = 765). Red value is 63 (25% from 255 or 12.96% from 486); Green value is 221 (86.72% from 255 or 45.47% from 486); Blue value is 202 (79.30% from 255 or 41.56% from 486); Max value from RGB is 221 - color contains mainly: green. Hex color #3FDDCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FDDCA is #C02235. Grayscale: #ABABAB. Windows color (decimal): -12591670 or 13294911. OLE color: 13294911.

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

Color convert

RGB 63 221 202 -
CMYK 0.71 0 0.09 0.13
HSL 172.78º 0.7% 0.56% -
HSV(B) 172.78º 0.71% 0.87% -
XYZ 38.57 57.03 64.85 -
YUV 171.59 145.15 50.54 -
System Red Green Blue C M Y K H S L
Decimal 63 221 202 0.71 0 0.09 0.13 172.78 0.7 0.56
Hex 3F DD CA 47 0 9 D AD 46 38
Octal 77 335 312 107 0 11 15 255 106 70
Binary 111111 11011101 11001010 1000111 0 1001 1101 10101101 1000110 111000

Color Harmonies of #3FDDCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FDDCA

Black with #3FDDCA

Text Example


Text Example

White with #3FDDCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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