Html Css Color HEX #48EADE Turquoise

📋 copy color: '#48EADE'

red 72 ◦ green 234 ◦ blue 222

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

Shades of Turquoise #48EADE

Tints of Turquoise #48EADE

RGB

 RED value IS 72 (28.52% from 255) = 13.64%

 GREEN value IS 234 (91.8% from 255) = 44.32%

 BLUE value IS 222 (87.11% from 255) = 42.05%

R = 13.64%
G = 44.32%
B = 42.05%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#48EADE (or 0x48EADE) is known color: Turquoise. HEX triplet: 48, EA and DE. RGB value is (72,234,222). Sum of RGB (Red+Green+Blue) = 72+234+222=528 (69% of max value = 765). Red value is 72 (28.52% from 255 or 13.64% from 528); Green value is 234 (91.80% from 255 or 44.32% from 528); Blue value is 222 (87.11% from 255 or 42.05% from 528); Max value from RGB is 234 - color contains mainly: green. Hex color #48EADE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48EADE is #B71521. Grayscale: #B8B8B8. Windows color (decimal): -11998498 or 14608968. OLE color: 14608968.

HSL color Cylindrical-coordinate representation of color #48EADE: hue angle of 175.56º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48EADE is Cyan = 0.69, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB 72 234 222 -
CMYK 0.69 0 0.05 0.08
HSL 175.56º 0.79% 0.6% -
HSV(B) 175.56º 0.69% 0.92% -
XYZ 45.28 65.5 79.36 -
YUV 184.19 149.33 47.98 -
System Red Green Blue C M Y K H S L
Decimal 72 234 222 0.69 0 0.05 0.08 175.56 0.79 0.6
Hex 48 EA DE 45 0 5 8 B0 4F 3C
Octal 110 352 336 105 0 5 10 260 117 74
Binary 1001000 11101010 11011110 1000101 0 101 1000 10110000 1001111 111100

Color Harmonies of #48EADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48EADE

Black with #48EADE

Text Example


Text Example

White with #48EADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48EADE; }

 p { color: rgb(72,234,222); }

 H1.HeaderClassName
 {
   color: #48EADE;
 }
 .AnyTagClassName
 {
   color: #48EADE;
 }
</style>

background-color css

<style>
 a { background-color: #48EADE; }

 a { background-color: rgb(72,234,222); }

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

border-color css

<style>
 span { border-color: #48EADE; }

 span { border-color: rgb(72,234,222); }

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