Html Css Color HEX #3FD5CE Medium Turquoise

📋 copy color: '#3FD5CE'

red 63 ◦ green 213 ◦ blue 206

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

Shades of Medium Turquoise #3FD5CE

Tints of Medium Turquoise #3FD5CE

RGB

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

 GREEN value IS 213 (83.59% from 255) = 44.19%

 BLUE value IS 206 (80.86% from 255) = 42.74%

R = 13.07%
G = 44.19%
B = 42.74%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#3FD5CE (or 0x3FD5CE) is known color: Medium Turquoise. HEX triplet: 3F, D5 and CE. RGB value is (63,213,206). Sum of RGB (Red+Green+Blue) = 63+213+206=482 (63% of max value = 765). Red value is 63 (25% from 255 or 13.07% from 482); Green value is 213 (83.59% from 255 or 44.19% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 213 - color contains mainly: green. Hex color #3FD5CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FD5CE is #C02A31. Grayscale: #A7A7A7. Windows color (decimal): -12593714 or 13555007. OLE color: 13555007.

HSL color Cylindrical-coordinate representation of color #3FD5CE: hue angle of 177.2º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3FD5CE is Cyan = 0.70, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 63 213 206 -
CMYK 0.70 0 0.03 0.16
HSL 177.2º 0.64% 0.54% -
HSV(B) 177.2º 0.7% 0.84% -
XYZ 36.98 53.1 66.69 -
YUV 167.35 149.81 53.57 -
System Red Green Blue C M Y K H S L
Decimal 63 213 206 0.70 0 0.03 0.16 177.2 0.64 0.54
Hex 3F D5 CE 46 0 3 10 B1 40 36
Octal 77 325 316 106 0 3 20 261 100 66
Binary 111111 11010101 11001110 1000110 0 11 10000 10110001 1000000 110110

Color Harmonies of #3FD5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FD5CE

Black with #3FD5CE

Text Example


Text Example

White with #3FD5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,213,206); }

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

background-color css

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

 a { background-color: rgb(63,213,206); }

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

border-color css

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

 span { border-color: rgb(63,213,206); }

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