Html Css Color HEX #3FDCCA Turquoise

📋 copy color: '#3FDCCA'

red 63 ◦ green 220 ◦ blue 202

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

Shades of Turquoise #3FDCCA

Tints of Turquoise #3FDCCA

RGB

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

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

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

R = 12.99%
G = 45.36%
B = 41.65%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#3FDCCA (or 0x3FDCCA) is known color: Turquoise. HEX triplet: 3F, DC and CA. RGB value is (63,220,202). Sum of RGB (Red+Green+Blue) = 63+220+202=485 (64% of max value = 765). Red value is 63 (25% from 255 or 12.99% from 485); Green value is 220 (86.33% from 255 or 45.36% from 485); Blue value is 202 (79.30% from 255 or 41.65% from 485); Max value from RGB is 220 - color contains mainly: green. Hex color #3FDCCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FDCCA is #C02335. Grayscale: #AAAAAA. Windows color (decimal): -12591926 or 13294655. OLE color: 13294655.

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

Color convert

RGB 63 220 202 -
CMYK 0.71 0 0.08 0.14
HSL 173.12º 0.69% 0.55% -
HSV(B) 173.12º 0.71% 0.86% -
XYZ 38.3 56.51 64.77 -
YUV 171.01 145.49 50.96 -
System Red Green Blue C M Y K H S L
Decimal 63 220 202 0.71 0 0.08 0.14 173.12 0.69 0.55
Hex 3F DC CA 47 0 8 E AD 45 37
Octal 77 334 312 107 0 10 16 255 105 67
Binary 111111 11011100 11001010 1000111 0 1000 1110 10101101 1000101 110111

Color Harmonies of #3FDCCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FDCCA

Black with #3FDCCA

Text Example


Text Example

White with #3FDCCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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