Html Css Color HEX #3FECCD Turquoise

📋 copy color: '#3FECCD'

red 63 ◦ green 236 ◦ blue 205

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

Shades of Turquoise #3FECCD

Tints of Turquoise #3FECCD

RGB

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

 GREEN value IS 236 (92.58% from 255) = 46.83%

 BLUE value IS 205 (80.47% from 255) = 40.67%

R = 12.5%
G = 46.83%
B = 40.67%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#3FECCD (or 0x3FECCD) is known color: Turquoise. HEX triplet: 3F, EC and CD. RGB value is (63,236,205). Sum of RGB (Red+Green+Blue) = 63+236+205=504 (66% of max value = 765). Red value is 63 (25% from 255 or 12.5% from 504); Green value is 236 (92.58% from 255 or 46.83% from 504); Blue value is 205 (80.47% from 255 or 40.67% from 504); Max value from RGB is 236 - color contains mainly: green. Hex color #3FECCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FECCD is #C01332. Grayscale: #B4B4B4. Windows color (decimal): -12587827 or 13495359. OLE color: 13495359.

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

Color convert

RGB 63 236 205 -
CMYK 0.73 0 0.13 0.07
HSL 169.25º 0.82% 0.59% -
HSV(B) 169.25º 0.73% 0.93% -
XYZ 43.06 65.46 68.12 -
YUV 180.74 141.69 44.02 -
System Red Green Blue C M Y K H S L
Decimal 63 236 205 0.73 0 0.13 0.07 169.25 0.82 0.59
Hex 3F EC CD 49 0 D 7 A9 52 3B
Octal 77 354 315 111 0 15 7 251 122 73
Binary 111111 11101100 11001101 1001001 0 1101 111 10101001 1010010 111011

Color Harmonies of #3FECCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FECCD

Black with #3FECCD

Text Example


Text Example

White with #3FECCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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