Html Css Color HEX #3BECF1 Turquoise

📋 copy color: '#3BECF1'

red 59 ◦ green 236 ◦ blue 241

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

Shades of Turquoise #3BECF1

Tints of Turquoise #3BECF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 44.96%

R = 11.01%
G = 44.03%
B = 44.96%

CMYK

 C value IS 0.76

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#3BECF1 (or 0x3BECF1) is known color: Turquoise. HEX triplet: 3B, EC and F1. RGB value is (59,236,241). Sum of RGB (Red+Green+Blue) = 59+236+241=536 (70% of max value = 765). Red value is 59 (23.44% from 255 or 11.01% from 536); Green value is 236 (92.58% from 255 or 44.03% from 536); Blue value is 241 (94.53% from 255 or 44.96% from 536); Max value from RGB is 241 - color contains mainly: blue. Hex color #3BECF1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3BECF1 is #C4130E. Grayscale: #B7B7B7. Windows color (decimal): -12849935 or 15854651. OLE color: 15854651.

HSL color Cylindrical-coordinate representation of color #3BECF1: hue angle of 181.65º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BECF1 is Cyan = 0.76, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 59 236 241 -
CMYK 0.76 0.02 0 0.05
HSL 181.65º 0.87% 0.59% -
HSV(B) 181.65º 0.76% 0.95% -
XYZ 47.68 67.27 93.69 -
YUV 183.65 160.36 39.09 -
System Red Green Blue C M Y K H S L
Decimal 59 236 241 0.76 0.02 0 0.05 181.65 0.87 0.59
Hex 3B EC F1 4C 2 0 5 B6 57 3B
Octal 73 354 361 114 2 0 5 266 127 73
Binary 111011 11101100 11110001 1001100 10 0 101 10110110 1010111 111011

Color Harmonies of #3BECF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BECF1

Black with #3BECF1

Text Example


Text Example

White with #3BECF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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