Html Css Color HEX #3FFBEC Turquoise

📋 copy color: '#3FFBEC'

red 63 ◦ green 251 ◦ blue 236

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

Shades of Turquoise #3FFBEC

Tints of Turquoise #3FFBEC

RGB

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

 GREEN value IS 251 (98.44% from 255) = 45.64%

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

R = 11.45%
G = 45.64%
B = 42.91%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#3FFBEC (or 0x3FFBEC) is known color: Turquoise. HEX triplet: 3F, FB and EC. RGB value is (63,251,236). Sum of RGB (Red+Green+Blue) = 63+251+236=550 (72% of max value = 765). Red value is 63 (25% from 255 or 11.45% from 550); Green value is 251 (98.44% from 255 or 45.64% from 550); Blue value is 236 (92.58% from 255 or 42.91% from 550); Max value from RGB is 251 - color contains mainly: green. Hex color #3FFBEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FFBEC is #C00413. Grayscale: #C0C0C0. Windows color (decimal): -12583956 or 15530815. OLE color: 15530815.

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

Color convert

RGB 63 251 236 -
CMYK 0.75 0 0.06 0.02
HSL 175.21º 0.96% 0.62% -
HSV(B) 175.21º 0.75% 0.98% -
XYZ 51.69 76.11 91.32 -
YUV 193.08 152.22 35.22 -
System Red Green Blue C M Y K H S L
Decimal 63 251 236 0.75 0 0.06 0.02 175.21 0.96 0.62
Hex 3F FB EC 4B 0 6 2 AF 60 3E
Octal 77 373 354 113 0 6 2 257 140 76
Binary 111111 11111011 11101100 1001011 0 110 10 10101111 1100000 111110

Color Harmonies of #3FFBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FFBEC

Black with #3FFBEC

Text Example


Text Example

White with #3FFBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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