Html Css Color HEX #3BCAE0 Medium Turquoise

📋 copy color: '#3BCAE0'

red 59 ◦ green 202 ◦ blue 224

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

Shades of Medium Turquoise #3BCAE0

Tints of Medium Turquoise #3BCAE0

RGB

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

 GREEN value IS 202 (79.3% from 255) = 41.65%

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

R = 12.16%
G = 41.65%
B = 46.19%

CMYK

 C value IS 0.74

 M value IS 0.10

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#3BCAE0 (or 0x3BCAE0) is known color: Medium Turquoise. HEX triplet: 3B, CA and E0. RGB value is (59,202,224). Sum of RGB (Red+Green+Blue) = 59+202+224=485 (64% of max value = 765). Red value is 59 (23.44% from 255 or 12.16% from 485); Green value is 202 (79.30% from 255 or 41.65% from 485); Blue value is 224 (87.89% from 255 or 46.19% from 485); Max value from RGB is 224 - color contains mainly: blue. Hex color #3BCAE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BCAE0 is #C4351F. Grayscale: #A1A1A1. Windows color (decimal): -12858656 or 14731835. OLE color: 14731835.

HSL color Cylindrical-coordinate representation of color #3BCAE0: hue angle of 188º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3BCAE0 is Cyan = 0.74, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 59 202 224 -
CMYK 0.74 0.10 0 0.12
HSL 188º 0.73% 0.55% -
HSV(B) 188º 0.74% 0.88% -
XYZ 36.38 48.55 77.98 -
YUV 161.75 163.12 54.71 -
System Red Green Blue C M Y K H S L
Decimal 59 202 224 0.74 0.10 0 0.12 188 0.73 0.55
Hex 3B CA E0 4A A 0 C BC 49 37
Octal 73 312 340 112 12 0 14 274 111 67
Binary 111011 11001010 11100000 1001010 1010 0 1100 10111100 1001001 110111

Color Harmonies of #3BCAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BCAE0

Black with #3BCAE0

Text Example


Text Example

White with #3BCAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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