Html Css Color HEX #3FFDC9 Turquoise

📋 copy color: '#3FFDC9'

red 63 ◦ green 253 ◦ blue 201

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

Shades of Turquoise #3FFDC9

Tints of Turquoise #3FFDC9

RGB

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

 GREEN value IS 253 (99.22% from 255) = 48.94%

 BLUE value IS 201 (78.91% from 255) = 38.88%

R = 12.19%
G = 48.94%
B = 38.88%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#3FFDC9 (or 0x3FFDC9) is known color: Turquoise. HEX triplet: 3F, FD and C9. RGB value is (63,253,201). Sum of RGB (Red+Green+Blue) = 63+253+201=517 (68% of max value = 765). Red value is 63 (25% from 255 or 12.19% from 517); Green value is 253 (99.22% from 255 or 48.94% from 517); Blue value is 201 (78.91% from 255 or 38.88% from 517); Max value from RGB is 253 - color contains mainly: green. Hex color #3FFDC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FFDC9 is #C00236. Grayscale: #BEBEBE. Windows color (decimal): -12583479 or 13237567. OLE color: 13237567.

HSL color Cylindrical-coordinate representation of color #3FFDC9: hue angle of 163.58º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FFDC9 is Cyan = 0.75, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB 63 253 201 -
CMYK 0.75 0 0.21 0.01
HSL 163.58º 0.98% 0.62% -
HSV(B) 163.58º 0.75% 0.99% -
XYZ 47.72 75.52 67.32 -
YUV 190.26 134.05 37.23 -
System Red Green Blue C M Y K H S L
Decimal 63 253 201 0.75 0 0.21 0.01 163.58 0.98 0.62
Hex 3F FD C9 4B 0 15 1 A4 62 3E
Octal 77 375 311 113 0 25 1 244 142 76
Binary 111111 11111101 11001001 1001011 0 10101 1 10100100 1100010 111110

Color Harmonies of #3FFDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FFDC9

Black with #3FFDC9

Text Example


Text Example

White with #3FFDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,253,201); }

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

background-color css

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

 a { background-color: rgb(63,253,201); }

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

border-color css

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

 span { border-color: rgb(63,253,201); }

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