Html Css Color HEX #3FDFCA Turquoise

📋 copy color: '#3FDFCA'

red 63 ◦ green 223 ◦ blue 202

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

Shades of Turquoise #3FDFCA

Tints of Turquoise #3FDFCA

RGB

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

 GREEN value IS 223 (87.5% from 255) = 45.7%

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

R = 12.91%
G = 45.7%
B = 41.39%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#3FDFCA (or 0x3FDFCA) is known color: Turquoise. HEX triplet: 3F, DF and CA. RGB value is (63,223,202). Sum of RGB (Red+Green+Blue) = 63+223+202=488 (64% of max value = 765). Red value is 63 (25% from 255 or 12.91% from 488); Green value is 223 (87.5% from 255 or 45.70% from 488); Blue value is 202 (79.30% from 255 or 41.39% from 488); Max value from RGB is 223 - color contains mainly: green. Hex color #3FDFCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FDFCA is #C02035. Grayscale: #ACACAC. Windows color (decimal): -12591158 or 13295423. OLE color: 13295423.

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

Color convert

RGB 63 223 202 -
CMYK 0.72 0 0.09 0.13
HSL 172.13º 0.71% 0.56% -
HSV(B) 172.13º 0.72% 0.87% -
XYZ 39.1 58.1 65.03 -
YUV 172.77 144.49 49.71 -
System Red Green Blue C M Y K H S L
Decimal 63 223 202 0.72 0 0.09 0.13 172.13 0.71 0.56
Hex 3F DF CA 48 0 9 D AC 47 38
Octal 77 337 312 110 0 11 15 254 107 70
Binary 111111 11011111 11001010 1001000 0 1001 1101 10101100 1000111 111000

Color Harmonies of #3FDFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FDFCA

Black with #3FDFCA

Text Example


Text Example

White with #3FDFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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