Html Css Color HEX #3FEDEC Turquoise

📋 copy color: '#3FEDEC'

red 63 ◦ green 237 ◦ blue 236

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

Shades of Turquoise #3FEDEC

Tints of Turquoise #3FEDEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 44.03%

R = 11.75%
G = 44.22%
B = 44.03%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#3FEDEC (or 0x3FEDEC) is known color: Turquoise. HEX triplet: 3F, ED and EC. RGB value is (63,237,236). Sum of RGB (Red+Green+Blue) = 63+237+236=536 (70% of max value = 765). Red value is 63 (25% from 255 or 11.75% from 536); Green value is 237 (92.97% from 255 or 44.22% from 536); Blue value is 236 (92.58% from 255 or 44.03% from 536); Max value from RGB is 237 - color contains mainly: green. Hex color #3FEDEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FEDEC is #C01213. Grayscale: #B8B8B8. Windows color (decimal): -12587540 or 15527231. OLE color: 15527231.

HSL color Cylindrical-coordinate representation of color #3FEDEC: hue angle of 179.66º 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 #3FEDEC is Cyan = 0.73, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 63 237 236 -
CMYK 0.73 0 0.00 0.07
HSL 179.66º 0.83% 0.59% -
HSV(B) 179.66º 0.73% 0.93% -
XYZ 47.47 67.68 89.92 -
YUV 184.86 156.85 41.08 -
System Red Green Blue C M Y K H S L
Decimal 63 237 236 0.73 0 0.00 0.07 179.66 0.83 0.59
Hex 3F ED EC 49 0 0 7 B4 53 3B
Octal 77 355 354 111 0 0 7 264 123 73
Binary 111111 11101101 11101100 1001001 0 0 111 10110100 1010011 111011

Color Harmonies of #3FEDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FEDEC

Black with #3FEDEC

Text Example


Text Example

White with #3FEDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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