Html Css Color HEX #3BECFF Turquoise

📋 copy color: '#3BECFF'

red 59 ◦ green 236 ◦ blue 255

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

Shades of Turquoise #3BECFF

Tints of Turquoise #3BECFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 46.36%

R = 10.73%
G = 42.91%
B = 46.36%

CMYK

 C value IS 0.77

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#3BECFF (or 0x3BECFF) is known color: Turquoise. HEX triplet: 3B, EC and FF. RGB value is (59,236,255). Sum of RGB (Red+Green+Blue) = 59+236+255=550 (72% of max value = 765). Red value is 59 (23.44% from 255 or 10.73% from 550); Green value is 236 (92.58% from 255 or 42.91% from 550); Blue value is 255 (100% from 255 or 46.36% from 550); Max value from RGB is 255 - color contains mainly: blue. Hex color #3BECFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3BECFF is #C41300. Grayscale: #B8B8B8. Windows color (decimal): -12849921 or 16772155. OLE color: 16772155.

HSL color Cylindrical-coordinate representation of color #3BECFF: hue angle of 185.82º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3BECFF is Cyan = 0.77, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 59 236 255 -
CMYK 0.77 0.07 0 0
HSL 185.82º 1% 0.62% -
HSV(B) 185.82º 0.77% 1% -
XYZ 49.85 68.14 105.13 -
YUV 185.24 167.36 37.96 -
System Red Green Blue C M Y K H S L
Decimal 59 236 255 0.77 0.07 0 0 185.82 1 0.62
Hex 3B EC FF 4D 7 0 0 BA 64 3E
Octal 73 354 377 115 7 0 0 272 144 76
Binary 111011 11101100 11111111 1001101 111 0 0 10111010 1100100 111110

Color Harmonies of #3BECFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BECFF

Black with #3BECFF

Text Example


Text Example

White with #3BECFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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