Html Css Color HEX #3FFBEB Turquoise

📋 copy color: '#3FFBEB'

red 63 ◦ green 251 ◦ blue 235

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

Shades of Turquoise #3FFBEB

Tints of Turquoise #3FFBEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 42.81%

R = 11.48%
G = 45.72%
B = 42.81%

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

#3FFBEB (or 0x3FFBEB) is known color: Turquoise. HEX triplet: 3F, FB and EB. RGB value is (63,251,235). Sum of RGB (Red+Green+Blue) = 63+251+235=549 (72% of max value = 765). Red value is 63 (25% from 255 or 11.48% from 549); Green value is 251 (98.44% from 255 or 45.72% from 549); Blue value is 235 (92.19% from 255 or 42.81% from 549); Max value from RGB is 251 - color contains mainly: green. Hex color #3FFBEB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FFBEB is #C00414. Grayscale: #C0C0C0. Windows color (decimal): -12583957 or 15465279. OLE color: 15465279.

HSL color Cylindrical-coordinate representation of color #3FFBEB: hue angle of 174.89º 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 #3FFBEB is Cyan = 0.75, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 63 251 235 -
CMYK 0.75 0 0.06 0.02
HSL 174.89º 0.96% 0.62% -
HSV(B) 174.89º 0.75% 0.98% -
XYZ 51.54 76.05 90.56 -
YUV 192.96 151.72 35.3 -
System Red Green Blue C M Y K H S L
Decimal 63 251 235 0.75 0 0.06 0.02 174.89 0.96 0.62
Hex 3F FB EB 4B 0 6 2 AF 60 3E
Octal 77 373 353 113 0 6 2 257 140 76
Binary 111111 11111011 11101011 1001011 0 110 10 10101111 1100000 111110

Color Harmonies of #3FFBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FFBEB

Black with #3FFBEB

Text Example


Text Example

White with #3FFBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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