Html Css Color HEX #3BFBC4 Turquoise

📋 copy color: '#3BFBC4'

red 59 ◦ green 251 ◦ blue 196

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

Shades of Turquoise #3BFBC4

Tints of Turquoise #3BFBC4

RGB

 RED value IS 59 (23.44% from 255) = 11.66%

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

 BLUE value IS 196 (76.95% from 255) = 38.74%

R = 11.66%
G = 49.6%
B = 38.74%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#3BFBC4 (or 0x3BFBC4) is known color: Turquoise. HEX triplet: 3B, FB and C4. RGB value is (59,251,196). Sum of RGB (Red+Green+Blue) = 59+251+196=506 (67% of max value = 765). Red value is 59 (23.44% from 255 or 11.66% from 506); Green value is 251 (98.44% from 255 or 49.60% from 506); Blue value is 196 (76.95% from 255 or 38.74% from 506); Max value from RGB is 251 - color contains mainly: green. Hex color #3BFBC4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BFBC4 is #C4043B. Grayscale: #BBBBBB. Windows color (decimal): -12846140 or 12909371. OLE color: 12909371.

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

Color convert

RGB 59 251 196 -
CMYK 0.76 0 0.22 0.02
HSL 162.81º 0.96% 0.61% -
HSV(B) 162.81º 0.76% 0.98% -
XYZ 46.26 73.91 64.05 -
YUV 187.32 132.89 36.47 -
System Red Green Blue C M Y K H S L
Decimal 59 251 196 0.76 0 0.22 0.02 162.81 0.96 0.61
Hex 3B FB C4 4C 0 16 2 A3 60 3D
Octal 73 373 304 114 0 26 2 243 140 75
Binary 111011 11111011 11000100 1001100 0 10110 10 10100011 1100000 111101

Color Harmonies of #3BFBC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BFBC4

Black with #3BFBC4

Text Example


Text Example

White with #3BFBC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,251,196); }

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

background-color css

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

 a { background-color: rgb(59,251,196); }

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

border-color css

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

 span { border-color: rgb(59,251,196); }

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