Html Css Color HEX #3FE7DD Turquoise

📋 copy color: '#3FE7DD'

red 63 ◦ green 231 ◦ blue 221

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

Shades of Turquoise #3FE7DD

Tints of Turquoise #3FE7DD

RGB

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

 GREEN value IS 231 (90.63% from 255) = 44.85%

 BLUE value IS 221 (86.72% from 255) = 42.91%

R = 12.23%
G = 44.85%
B = 42.91%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#3FE7DD (or 0x3FE7DD) is known color: Turquoise. HEX triplet: 3F, E7 and DD. RGB value is (63,231,221). Sum of RGB (Red+Green+Blue) = 63+231+221=515 (68% of max value = 765). Red value is 63 (25% from 255 or 12.23% from 515); Green value is 231 (90.62% from 255 or 44.85% from 515); Blue value is 221 (86.72% from 255 or 42.91% from 515); Max value from RGB is 231 - color contains mainly: green. Hex color #3FE7DD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FE7DD is #C01822. Grayscale: #B3B3B3. Windows color (decimal): -12589091 or 14542655. OLE color: 14542655.

HSL color Cylindrical-coordinate representation of color #3FE7DD: hue angle of 176.43º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FE7DD is Cyan = 0.73, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB 63 231 221 -
CMYK 0.73 0 0.04 0.09
HSL 176.43º 0.78% 0.58% -
HSV(B) 176.43º 0.73% 0.91% -
XYZ 43.68 63.43 78.35 -
YUV 179.63 151.34 44.81 -
System Red Green Blue C M Y K H S L
Decimal 63 231 221 0.73 0 0.04 0.09 176.43 0.78 0.58
Hex 3F E7 DD 49 0 4 9 B0 4E 3A
Octal 77 347 335 111 0 4 11 260 116 72
Binary 111111 11100111 11011101 1001001 0 100 1001 10110000 1001110 111010

Color Harmonies of #3FE7DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FE7DD

Black with #3FE7DD

Text Example


Text Example

White with #3FE7DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,231,221); }

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

background-color css

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

 a { background-color: rgb(63,231,221); }

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

border-color css

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

 span { border-color: rgb(63,231,221); }

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