Html Css Color HEX #45EFC4 Turquoise

📋 copy color: '#45EFC4'

red 69 ◦ green 239 ◦ blue 196

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

Shades of Turquoise #45EFC4

Tints of Turquoise #45EFC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 38.89%

R = 13.69%
G = 47.42%
B = 38.89%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#45EFC4 (or 0x45EFC4) is known color: Turquoise. HEX triplet: 45, EF and C4. RGB value is (69,239,196). Sum of RGB (Red+Green+Blue) = 69+239+196=504 (66% of max value = 765). Red value is 69 (27.34% from 255 or 13.69% from 504); Green value is 239 (93.75% from 255 or 47.42% from 504); Blue value is 196 (76.95% from 255 or 38.89% from 504); Max value from RGB is 239 - color contains mainly: green. Hex color #45EFC4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #45EFC4 is #BA103B. Grayscale: #B7B7B7. Windows color (decimal): -12193852 or 12906309. OLE color: 12906309.

HSL color Cylindrical-coordinate representation of color #45EFC4: hue angle of 164.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 #45EFC4 is Cyan = 0.71, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB 69 239 196 -
CMYK 0.71 0 0.18 0.06
HSL 164.82º 0.84% 0.6% -
HSV(B) 164.82º 0.71% 0.94% -
XYZ 43.28 66.98 62.87 -
YUV 183.27 135.18 46.5 -
System Red Green Blue C M Y K H S L
Decimal 69 239 196 0.71 0 0.18 0.06 164.82 0.84 0.6
Hex 45 EF C4 47 0 12 6 A5 54 3C
Octal 105 357 304 107 0 22 6 245 124 74
Binary 1000101 11101111 11000100 1000111 0 10010 110 10100101 1010100 111100

Color Harmonies of #45EFC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45EFC4

Black with #45EFC4

Text Example


Text Example

White with #45EFC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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