Html Css Color HEX #45EFE6 Turquoise

📋 copy color: '#45EFE6'

red 69 ◦ green 239 ◦ blue 230

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

Shades of Turquoise #45EFE6

Tints of Turquoise #45EFE6

RGB

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

 GREEN value IS 239 (93.75% from 255) = 44.42%

 BLUE value IS 230 (90.23% from 255) = 42.75%

R = 12.83%
G = 44.42%
B = 42.75%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#45EFE6 (or 0x45EFE6) is known color: Turquoise. HEX triplet: 45, EF and E6. RGB value is (69,239,230). Sum of RGB (Red+Green+Blue) = 69+239+230=538 (71% of max value = 765). Red value is 69 (27.34% from 255 or 12.83% from 538); Green value is 239 (93.75% from 255 or 44.42% from 538); Blue value is 230 (90.23% from 255 or 42.75% from 538); Max value from RGB is 239 - color contains mainly: green. Hex color #45EFE6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #45EFE6 is #BA1019. Grayscale: #BBBBBB. Windows color (decimal): -12193818 or 15134533. OLE color: 15134533.

HSL color Cylindrical-coordinate representation of color #45EFE6: hue angle of 176.82º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #45EFE6 is Cyan = 0.71, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB 69 239 230 -
CMYK 0.71 0 0.04 0.06
HSL 176.82º 0.84% 0.6% -
HSV(B) 176.82º 0.71% 0.94% -
XYZ 47.6 68.71 85.62 -
YUV 187.14 152.18 43.73 -
System Red Green Blue C M Y K H S L
Decimal 69 239 230 0.71 0 0.04 0.06 176.82 0.84 0.6
Hex 45 EF E6 47 0 4 6 B1 54 3C
Octal 105 357 346 107 0 4 6 261 124 74
Binary 1000101 11101111 11100110 1000111 0 100 110 10110001 1010100 111100

Color Harmonies of #45EFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45EFE6

Black with #45EFE6

Text Example


Text Example

White with #45EFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,239,230); }

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

background-color css

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

 a { background-color: rgb(69,239,230); }

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

border-color css

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

 span { border-color: rgb(69,239,230); }

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