Html Css Color HEX #3FDACA Turquoise

📋 copy color: '#3FDACA'

red 63 ◦ green 218 ◦ blue 202

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

Shades of Turquoise #3FDACA

Tints of Turquoise #3FDACA

RGB

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

 GREEN value IS 218 (85.55% from 255) = 45.13%

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

R = 13.04%
G = 45.13%
B = 41.82%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#3FDACA (or 0x3FDACA) is known color: Turquoise. HEX triplet: 3F, DA and CA. RGB value is (63,218,202). Sum of RGB (Red+Green+Blue) = 63+218+202=483 (63% of max value = 765). Red value is 63 (25% from 255 or 13.04% from 483); Green value is 218 (85.55% from 255 or 45.13% from 483); Blue value is 202 (79.30% from 255 or 41.82% from 483); Max value from RGB is 218 - color contains mainly: green. Hex color #3FDACA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FDACA is #C02535. Grayscale: #A9A9A9. Windows color (decimal): -12592438 or 13294143. OLE color: 13294143.

HSL color Cylindrical-coordinate representation of color #3FDACA: hue angle of 173.81º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FDACA is Cyan = 0.71, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 63 218 202 -
CMYK 0.71 0 0.07 0.15
HSL 173.81º 0.68% 0.55% -
HSV(B) 173.81º 0.71% 0.85% -
XYZ 37.78 55.46 64.59 -
YUV 169.83 146.15 51.8 -
System Red Green Blue C M Y K H S L
Decimal 63 218 202 0.71 0 0.07 0.15 173.81 0.68 0.55
Hex 3F DA CA 47 0 7 F AE 44 37
Octal 77 332 312 107 0 7 17 256 104 67
Binary 111111 11011010 11001010 1000111 0 111 1111 10101110 1000100 110111

Color Harmonies of #3FDACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FDACA

Black with #3FDACA

Text Example


Text Example

White with #3FDACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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