Html Css Color HEX #3FDFD4 Turquoise

📋 copy color: '#3FDFD4'

red 63 ◦ green 223 ◦ blue 212

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

Shades of Turquoise #3FDFD4

Tints of Turquoise #3FDFD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 42.57%

R = 12.65%
G = 44.78%
B = 42.57%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#3FDFD4 (or 0x3FDFD4) is known color: Turquoise. HEX triplet: 3F, DF and D4. RGB value is (63,223,212). Sum of RGB (Red+Green+Blue) = 63+223+212=498 (65% of max value = 765). Red value is 63 (25% from 255 or 12.65% from 498); Green value is 223 (87.5% from 255 or 44.78% from 498); Blue value is 212 (83.20% from 255 or 42.57% from 498); Max value from RGB is 223 - color contains mainly: green. Hex color #3FDFD4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FDFD4 is #C0202B. Grayscale: #ADADAD. Windows color (decimal): -12591148 or 13950783. OLE color: 13950783.

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

Color convert

RGB 63 223 212 -
CMYK 0.72 0 0.05 0.13
HSL 175.88º 0.71% 0.56% -
HSV(B) 175.88º 0.72% 0.87% -
XYZ 40.32 58.59 71.47 -
YUV 173.91 149.49 48.89 -
System Red Green Blue C M Y K H S L
Decimal 63 223 212 0.72 0 0.05 0.13 175.88 0.71 0.56
Hex 3F DF D4 48 0 5 D B0 47 38
Octal 77 337 324 110 0 5 15 260 107 70
Binary 111111 11011111 11010100 1001000 0 101 1101 10110000 1000111 111000

Color Harmonies of #3FDFD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FDFD4

Black with #3FDFD4

Text Example


Text Example

White with #3FDFD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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