Html Css Color HEX #45DDBB Turquoise

📋 copy color: '#45DDBB'

red 69 ◦ green 221 ◦ blue 187

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

Shades of Turquoise #45DDBB

Tints of Turquoise #45DDBB

RGB

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

 GREEN value IS 221 (86.72% from 255) = 46.33%

 BLUE value IS 187 (73.44% from 255) = 39.2%

R = 14.47%
G = 46.33%
B = 39.2%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#45DDBB (or 0x45DDBB) is known color: Turquoise. HEX triplet: 45, DD and BB. RGB value is (69,221,187). Sum of RGB (Red+Green+Blue) = 69+221+187=477 (63% of max value = 765). Red value is 69 (27.34% from 255 or 14.47% from 477); Green value is 221 (86.72% from 255 or 46.33% from 477); Blue value is 187 (73.44% from 255 or 39.20% from 477); Max value from RGB is 221 - color contains mainly: green. Hex color #45DDBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45DDBB is #BA2244. Grayscale: #ABABAB. Windows color (decimal): -12198469 or 12311877. OLE color: 12311877.

HSL color Cylindrical-coordinate representation of color #45DDBB: hue angle of 166.58º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #45DDBB is Cyan = 0.69, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 69 221 187 -
CMYK 0.69 0 0.15 0.13
HSL 166.58º 0.69% 0.57% -
HSV(B) 166.58º 0.69% 0.87% -
XYZ 37.28 56.57 55.97 -
YUV 171.68 136.64 54.76 -
System Red Green Blue C M Y K H S L
Decimal 69 221 187 0.69 0 0.15 0.13 166.58 0.69 0.57
Hex 45 DD BB 45 0 F D A7 45 39
Octal 105 335 273 105 0 17 15 247 105 71
Binary 1000101 11011101 10111011 1000101 0 1111 1101 10100111 1000101 111001

Color Harmonies of #45DDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45DDBB

Black with #45DDBB

Text Example


Text Example

White with #45DDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,221,187); }

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

background-color css

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

 a { background-color: rgb(69,221,187); }

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

border-color css

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

 span { border-color: rgb(69,221,187); }

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