Html Css Color HEX #45CCE1 Medium Turquoise

📋 copy color: '#45CCE1'

red 69 ◦ green 204 ◦ blue 225

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

Shades of Medium Turquoise #45CCE1

Tints of Medium Turquoise #45CCE1

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40.96%

 BLUE value IS 225 (88.28% from 255) = 45.18%

R = 13.86%
G = 40.96%
B = 45.18%

CMYK

 C value IS 0.69

 M value IS 0.09

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#45CCE1 (or 0x45CCE1) is known color: Medium Turquoise. HEX triplet: 45, CC and E1. RGB value is (69,204,225). Sum of RGB (Red+Green+Blue) = 69+204+225=498 (65% of max value = 765). Red value is 69 (27.34% from 255 or 13.86% from 498); Green value is 204 (80.08% from 255 or 40.96% from 498); Blue value is 225 (88.28% from 255 or 45.18% from 498); Max value from RGB is 225 - color contains mainly: blue. Hex color #45CCE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45CCE1 is #BA331E. Grayscale: #A5A5A5. Windows color (decimal): -12202783 or 14797893. OLE color: 14797893.

HSL color Cylindrical-coordinate representation of color #45CCE1: hue angle of 188.08º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #45CCE1 is Cyan = 0.69, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 69 204 225 -
CMYK 0.69 0.09 0 0.12
HSL 188.08º 0.72% 0.58% -
HSV(B) 188.08º 0.69% 0.88% -
XYZ 37.64 49.89 78.88 -
YUV 166.03 161.27 58.79 -
System Red Green Blue C M Y K H S L
Decimal 69 204 225 0.69 0.09 0 0.12 188.08 0.72 0.58
Hex 45 CC E1 45 9 0 C BC 48 3A
Octal 105 314 341 105 11 0 14 274 110 72
Binary 1000101 11001100 11100001 1000101 1001 0 1100 10111100 1001000 111010

Color Harmonies of #45CCE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45CCE1

Black with #45CCE1

Text Example


Text Example

White with #45CCE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,204,225); }

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

background-color css

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

 a { background-color: rgb(69,204,225); }

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

border-color css

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

 span { border-color: rgb(69,204,225); }

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