Html Css Color HEX #45BEBA Medium Turquoise

📋 copy color: '#45BEBA'

red 69 ◦ green 190 ◦ blue 186

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

Shades of Medium Turquoise #45BEBA

Tints of Medium Turquoise #45BEBA

RGB

 RED value IS 69 (27.34% from 255) = 15.51%

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

 BLUE value IS 186 (73.05% from 255) = 41.8%

R = 15.51%
G = 42.7%
B = 41.8%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#45BEBA (or 0x45BEBA) is known color: Medium Turquoise. HEX triplet: 45, BE and BA. RGB value is (69,190,186). Sum of RGB (Red+Green+Blue) = 69+190+186=445 (58% of max value = 765). Red value is 69 (27.34% from 255 or 15.51% from 445); Green value is 190 (74.61% from 255 or 42.70% from 445); Blue value is 186 (73.05% from 255 or 41.80% from 445); Max value from RGB is 190 - color contains mainly: green. Hex color #45BEBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45BEBA is #BA4145. Grayscale: #999999. Windows color (decimal): -12206406 or 12238405. OLE color: 12238405.

HSL color Cylindrical-coordinate representation of color #45BEBA: hue angle of 178.02º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #45BEBA is Cyan = 0.64, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 69 190 186 -
CMYK 0.64 0 0.02 0.25
HSL 178.02º 0.48% 0.51% -
HSV(B) 178.02º 0.64% 0.75% -
XYZ 29.73 41.64 52.92 -
YUV 153.37 146.41 67.83 -
System Red Green Blue C M Y K H S L
Decimal 69 190 186 0.64 0 0.02 0.25 178.02 0.48 0.51
Hex 45 BE BA 40 0 2 19 B2 30 33
Octal 105 276 272 100 0 2 31 262 60 63
Binary 1000101 10111110 10111010 1000000 0 10 11001 10110010 110000 110011

Color Harmonies of #45BEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45BEBA

Black with #45BEBA

Text Example


Text Example

White with #45BEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45BEBA; }

 p { color: rgb(69,190,186); }

 H1.HeaderClassName
 {
   color: #45BEBA;
 }
 .AnyTagClassName
 {
   color: #45BEBA;
 }
</style>

background-color css

<style>
 a { background-color: #45BEBA; }

 a { background-color: rgb(69,190,186); }

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

border-color css

<style>
 span { border-color: #45BEBA; }

 span { border-color: rgb(69,190,186); }

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