Html Css Color HEX #3CBEB8 Medium Turquoise

📋 copy color: '#3CBEB8'

red 60 ◦ green 190 ◦ blue 184

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

Shades of Medium Turquoise #3CBEB8

Tints of Medium Turquoise #3CBEB8

RGB

 RED value IS 60 (23.83% from 255) = 13.82%

 GREEN value IS 190 (74.61% from 255) = 43.78%

 BLUE value IS 184 (72.27% from 255) = 42.4%

R = 13.82%
G = 43.78%
B = 42.4%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#3CBEB8 (or 0x3CBEB8) is known color: Medium Turquoise. HEX triplet: 3C, BE and B8. RGB value is (60,190,184). Sum of RGB (Red+Green+Blue) = 60+190+184=434 (57% of max value = 765). Red value is 60 (23.83% from 255 or 13.82% from 434); Green value is 190 (74.61% from 255 or 43.78% from 434); Blue value is 184 (72.27% from 255 or 42.40% from 434); Max value from RGB is 190 - color contains mainly: green. Hex color #3CBEB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CBEB8 is #C34147. Grayscale: #969696. Windows color (decimal): -12796232 or 12107324. OLE color: 12107324.

HSL color Cylindrical-coordinate representation of color #3CBEB8: hue angle of 177.23º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3CBEB8 is Cyan = 0.68, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 60 190 184 -
CMYK 0.68 0 0.03 0.25
HSL 177.23º 0.52% 0.49% -
HSV(B) 177.23º 0.68% 0.75% -
XYZ 28.93 41.25 51.78 -
YUV 150.45 146.93 63.49 -
System Red Green Blue C M Y K H S L
Decimal 60 190 184 0.68 0 0.03 0.25 177.23 0.52 0.49
Hex 3C BE B8 44 0 3 19 B1 34 31
Octal 74 276 270 104 0 3 31 261 64 61
Binary 111100 10111110 10111000 1000100 0 11 11001 10110001 110100 110001

Color Harmonies of #3CBEB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CBEB8

Black with #3CBEB8

Text Example


Text Example

White with #3CBEB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,190,184); }

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

background-color css

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

 a { background-color: rgb(60,190,184); }

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

border-color css

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

 span { border-color: rgb(60,190,184); }

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