Html Css Color HEX #3FFCEC Turquoise

📋 copy color: '#3FFCEC'

red 63 ◦ green 252 ◦ blue 236

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

Shades of Turquoise #3FFCEC

Tints of Turquoise #3FFCEC

RGB

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

 GREEN value IS 252 (98.83% from 255) = 45.74%

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

R = 11.43%
G = 45.74%
B = 42.83%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#3FFCEC (or 0x3FFCEC) is known color: Turquoise. HEX triplet: 3F, FC and EC. RGB value is (63,252,236). Sum of RGB (Red+Green+Blue) = 63+252+236=551 (72% of max value = 765). Red value is 63 (25% from 255 or 11.43% from 551); Green value is 252 (98.83% from 255 or 45.74% from 551); Blue value is 236 (92.58% from 255 or 42.83% from 551); Max value from RGB is 252 - color contains mainly: green. Hex color #3FFCEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FFCEC is #C00313. Grayscale: #C1C1C1. Windows color (decimal): -12583700 or 15531071. OLE color: 15531071.

HSL color Cylindrical-coordinate representation of color #3FFCEC: hue angle of 174.92º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FFCEC is Cyan = 0.75, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB 63 252 236 -
CMYK 0.75 0 0.06 0.01
HSL 174.92º 0.97% 0.62% -
HSV(B) 174.92º 0.75% 0.99% -
XYZ 52 76.73 91.43 -
YUV 193.67 151.88 34.8 -
System Red Green Blue C M Y K H S L
Decimal 63 252 236 0.75 0 0.06 0.01 174.92 0.97 0.62
Hex 3F FC EC 4B 0 6 1 AF 61 3E
Octal 77 374 354 113 0 6 1 257 141 76
Binary 111111 11111100 11101100 1001011 0 110 1 10101111 1100001 111110

Color Harmonies of #3FFCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FFCEC

Black with #3FFCEC

Text Example


Text Example

White with #3FFCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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