Html Css Color HEX #3CBEBF Medium Turquoise

📋 copy color: '#3CBEBF'

red 60 ◦ green 190 ◦ blue 191

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

Shades of Medium Turquoise #3CBEBF

Tints of Medium Turquoise #3CBEBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 43.31%

R = 13.61%
G = 43.08%
B = 43.31%

CMYK

 C value IS 0.69

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3CBEBF (or 0x3CBEBF) is known color: Medium Turquoise. HEX triplet: 3C, BE and BF. RGB value is (60,190,191). Sum of RGB (Red+Green+Blue) = 60+190+191=441 (58% of max value = 765). Red value is 60 (23.83% from 255 or 13.61% from 441); Green value is 190 (74.61% from 255 or 43.08% from 441); Blue value is 191 (75% from 255 or 43.31% from 441); Max value from RGB is 191 - color contains mainly: blue. Hex color #3CBEBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CBEBF is #C34140. Grayscale: #979797. Windows color (decimal): -12796225 or 12566076. OLE color: 12566076.

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

Color convert

RGB 60 190 191 -
CMYK 0.69 0.01 0 0.25
HSL 180.46º 0.52% 0.49% -
HSV(B) 180.46º 0.69% 0.75% -
XYZ 29.68 41.55 55.75 -
YUV 151.24 150.43 62.92 -
System Red Green Blue C M Y K H S L
Decimal 60 190 191 0.69 0.01 0 0.25 180.46 0.52 0.49
Hex 3C BE BF 45 1 0 19 B4 34 31
Octal 74 276 277 105 1 0 31 264 64 61
Binary 111100 10111110 10111111 1000101 1 0 11001 10110100 110100 110001

Color Harmonies of #3CBEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CBEBF

Black with #3CBEBF

Text Example


Text Example

White with #3CBEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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