Html Css Color HEX #3BE3FB Turquoise

📋 copy color: '#3BE3FB'

red 59 ◦ green 227 ◦ blue 251

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

Shades of Turquoise #3BE3FB

Tints of Turquoise #3BE3FB

RGB

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

 GREEN value IS 227 (89.06% from 255) = 42.27%

 BLUE value IS 251 (98.44% from 255) = 46.74%

R = 10.99%
G = 42.27%
B = 46.74%

CMYK

 C value IS 0.76

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3BE3FB (or 0x3BE3FB) is known color: Turquoise. HEX triplet: 3B, E3 and FB. RGB value is (59,227,251). Sum of RGB (Red+Green+Blue) = 59+227+251=537 (71% of max value = 765). Red value is 59 (23.44% from 255 or 10.99% from 537); Green value is 227 (89.06% from 255 or 42.27% from 537); Blue value is 251 (98.44% from 255 or 46.74% from 537); Max value from RGB is 251 - color contains mainly: blue. Hex color #3BE3FB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3BE3FB is #C41C04. Grayscale: #B3B3B3. Windows color (decimal): -12852229 or 16507707. OLE color: 16507707.

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

Color convert

RGB 59 227 251 -
CMYK 0.76 0.10 0 0.02
HSL 187.5º 0.96% 0.61% -
HSV(B) 187.5º 0.76% 0.98% -
XYZ 46.69 62.83 100.93 -
YUV 179.5 168.34 42.05 -
System Red Green Blue C M Y K H S L
Decimal 59 227 251 0.76 0.10 0 0.02 187.5 0.96 0.61
Hex 3B E3 FB 4C A 0 2 BC 60 3D
Octal 73 343 373 114 12 0 2 274 140 75
Binary 111011 11100011 11111011 1001100 1010 0 10 10111100 1100000 111101

Color Harmonies of #3BE3FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BE3FB

Black with #3BE3FB

Text Example


Text Example

White with #3BE3FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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