Html Css Color HEX #3BECFC Turquoise

📋 copy color: '#3BECFC'

red 59 ◦ green 236 ◦ blue 252

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

Shades of Turquoise #3BECFC

Tints of Turquoise #3BECFC

RGB

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

 GREEN value IS 236 (92.58% from 255) = 43.14%

 BLUE value IS 252 (98.83% from 255) = 46.07%

R = 10.79%
G = 43.14%
B = 46.07%

CMYK

 C value IS 0.77

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3BECFC (or 0x3BECFC) is known color: Turquoise. HEX triplet: 3B, EC and FC. RGB value is (59,236,252). Sum of RGB (Red+Green+Blue) = 59+236+252=547 (72% of max value = 765). Red value is 59 (23.44% from 255 or 10.79% from 547); Green value is 236 (92.58% from 255 or 43.14% from 547); Blue value is 252 (98.83% from 255 or 46.07% from 547); Max value from RGB is 252 - color contains mainly: blue. Hex color #3BECFC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3BECFC is #C41303. Grayscale: #B8B8B8. Windows color (decimal): -12849924 or 16575547. OLE color: 16575547.

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

Color convert

RGB 59 236 252 -
CMYK 0.77 0.06 0 0.01
HSL 184.97º 0.97% 0.61% -
HSV(B) 184.97º 0.77% 0.99% -
XYZ 49.37 67.95 102.61 -
YUV 184.9 165.86 38.2 -
System Red Green Blue C M Y K H S L
Decimal 59 236 252 0.77 0.06 0 0.01 184.97 0.97 0.61
Hex 3B EC FC 4D 6 0 1 B9 61 3D
Octal 73 354 374 115 6 0 1 271 141 75
Binary 111011 11101100 11111100 1001101 110 0 1 10111001 1100001 111101

Color Harmonies of #3BECFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BECFC

Black with #3BECFC

Text Example


Text Example

White with #3BECFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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