Html Css Color HEX #3FDFD1 Turquoise

📋 copy color: '#3FDFD1'

red 63 ◦ green 223 ◦ blue 209

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

Shades of Turquoise #3FDFD1

Tints of Turquoise #3FDFD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 42.22%

R = 12.73%
G = 45.05%
B = 42.22%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#3FDFD1 (or 0x3FDFD1) is known color: Turquoise. HEX triplet: 3F, DF and D1. RGB value is (63,223,209). Sum of RGB (Red+Green+Blue) = 63+223+209=495 (65% of max value = 765). Red value is 63 (25% from 255 or 12.73% from 495); Green value is 223 (87.5% from 255 or 45.05% from 495); Blue value is 209 (82.03% from 255 or 42.22% from 495); Max value from RGB is 223 - color contains mainly: green. Hex color #3FDFD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FDFD1 is #C0202E. Grayscale: #ADADAD. Windows color (decimal): -12591151 or 13754175. OLE color: 13754175.

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

Color convert

RGB 63 223 209 -
CMYK 0.72 0 0.06 0.13
HSL 174.75º 0.71% 0.56% -
HSV(B) 174.75º 0.72% 0.87% -
XYZ 39.95 58.44 69.5 -
YUV 173.56 147.99 49.14 -
System Red Green Blue C M Y K H S L
Decimal 63 223 209 0.72 0 0.06 0.13 174.75 0.71 0.56
Hex 3F DF D1 48 0 6 D AF 47 38
Octal 77 337 321 110 0 6 15 257 107 70
Binary 111111 11011111 11010001 1001000 0 110 1101 10101111 1000111 111000

Color Harmonies of #3FDFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FDFD1

Black with #3FDFD1

Text Example


Text Example

White with #3FDFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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