Html Css Color HEX #3FDFD2 Turquoise

📋 copy color: '#3FDFD2'

red 63 ◦ green 223 ◦ blue 210

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

Shades of Turquoise #3FDFD2

Tints of Turquoise #3FDFD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 42.34%

R = 12.7%
G = 44.96%
B = 42.34%

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

#3FDFD2 (or 0x3FDFD2) is known color: Turquoise. HEX triplet: 3F, DF and D2. RGB value is (63,223,210). Sum of RGB (Red+Green+Blue) = 63+223+210=496 (65% of max value = 765). Red value is 63 (25% from 255 or 12.70% from 496); Green value is 223 (87.5% from 255 or 44.96% from 496); Blue value is 210 (82.42% from 255 or 42.34% from 496); Max value from RGB is 223 - color contains mainly: green. Hex color #3FDFD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FDFD2 is #C0202D. Grayscale: #ADADAD. Windows color (decimal): -12591150 or 13819711. OLE color: 13819711.

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

Color convert

RGB 63 223 210 -
CMYK 0.72 0 0.06 0.13
HSL 175.13º 0.71% 0.56% -
HSV(B) 175.13º 0.72% 0.87% -
XYZ 40.07 58.49 70.15 -
YUV 173.68 148.49 49.06 -
System Red Green Blue C M Y K H S L
Decimal 63 223 210 0.72 0 0.06 0.13 175.13 0.71 0.56
Hex 3F DF D2 48 0 6 D AF 47 38
Octal 77 337 322 110 0 6 15 257 107 70
Binary 111111 11011111 11010010 1001000 0 110 1101 10101111 1000111 111000

Color Harmonies of #3FDFD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FDFD2

Black with #3FDFD2

Text Example


Text Example

White with #3FDFD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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