Html Css Color HEX #3FEDD5 Turquoise

📋 copy color: '#3FEDD5'

red 63 ◦ green 237 ◦ blue 213

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

Shades of Turquoise #3FEDD5

Tints of Turquoise #3FEDD5

RGB

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

 GREEN value IS 237 (92.97% from 255) = 46.2%

 BLUE value IS 213 (83.59% from 255) = 41.52%

R = 12.28%
G = 46.2%
B = 41.52%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#3FEDD5 (or 0x3FEDD5) is known color: Turquoise. HEX triplet: 3F, ED and D5. RGB value is (63,237,213). Sum of RGB (Red+Green+Blue) = 63+237+213=513 (67% of max value = 765). Red value is 63 (25% from 255 or 12.28% from 513); Green value is 237 (92.97% from 255 or 46.20% from 513); Blue value is 213 (83.59% from 255 or 41.52% from 513); Max value from RGB is 237 - color contains mainly: green. Hex color #3FEDD5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FEDD5 is #C0122A. Grayscale: #B6B6B6. Windows color (decimal): -12587563 or 14019903. OLE color: 14019903.

HSL color Cylindrical-coordinate representation of color #3FEDD5: hue angle of 171.72º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FEDD5 is Cyan = 0.73, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB 63 237 213 -
CMYK 0.73 0 0.10 0.07
HSL 171.72º 0.83% 0.59% -
HSV(B) 171.72º 0.73% 0.93% -
XYZ 44.34 66.43 73.44 -
YUV 182.24 145.35 42.95 -
System Red Green Blue C M Y K H S L
Decimal 63 237 213 0.73 0 0.10 0.07 171.72 0.83 0.59
Hex 3F ED D5 49 0 A 7 AC 53 3B
Octal 77 355 325 111 0 12 7 254 123 73
Binary 111111 11101101 11010101 1001001 0 1010 111 10101100 1010011 111011

Color Harmonies of #3FEDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FEDD5

Black with #3FEDD5

Text Example


Text Example

White with #3FEDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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