Html Css Color HEX #3BECE0 Turquoise

📋 copy color: '#3BECE0'

red 59 ◦ green 236 ◦ blue 224

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

Shades of Turquoise #3BECE0

Tints of Turquoise #3BECE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 43.16%

R = 11.37%
G = 45.47%
B = 43.16%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#3BECE0 (or 0x3BECE0) is known color: Turquoise. HEX triplet: 3B, EC and E0. RGB value is (59,236,224). Sum of RGB (Red+Green+Blue) = 59+236+224=519 (68% of max value = 765). Red value is 59 (23.44% from 255 or 11.37% from 519); Green value is 236 (92.58% from 255 or 45.47% from 519); Blue value is 224 (87.89% from 255 or 43.16% from 519); Max value from RGB is 236 - color contains mainly: green. Hex color #3BECE0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BECE0 is #C4131F. Grayscale: #B5B5B5. Windows color (decimal): -12849952 or 14740539. OLE color: 14740539.

HSL color Cylindrical-coordinate representation of color #3BECE0: hue angle of 175.93º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BECE0 is Cyan = 0.75, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB 59 236 224 -
CMYK 0.75 0 0.05 0.07
HSL 175.93º 0.82% 0.58% -
HSV(B) 175.93º 0.75% 0.93% -
XYZ 45.25 66.3 80.93 -
YUV 181.71 151.86 40.48 -
System Red Green Blue C M Y K H S L
Decimal 59 236 224 0.75 0 0.05 0.07 175.93 0.82 0.58
Hex 3B EC E0 4B 0 5 7 B0 52 3A
Octal 73 354 340 113 0 5 7 260 122 72
Binary 111011 11101100 11100000 1001011 0 101 111 10110000 1010010 111010

Color Harmonies of #3BECE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BECE0

Black with #3BECE0

Text Example


Text Example

White with #3BECE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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