Html Css Color HEX #48E9E0 Turquoise

📋 copy color: '#48E9E0'

red 72 ◦ green 233 ◦ blue 224

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

Shades of Turquoise #48E9E0

Tints of Turquoise #48E9E0

RGB

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

 GREEN value IS 233 (91.41% from 255) = 44.05%

 BLUE value IS 224 (87.89% from 255) = 42.34%

R = 13.61%
G = 44.05%
B = 42.34%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#48E9E0 (or 0x48E9E0) is known color: Turquoise. HEX triplet: 48, E9 and E0. RGB value is (72,233,224). Sum of RGB (Red+Green+Blue) = 72+233+224=529 (70% of max value = 765). Red value is 72 (28.52% from 255 or 13.61% from 529); Green value is 233 (91.41% from 255 or 44.05% from 529); Blue value is 224 (87.89% from 255 or 42.34% from 529); Max value from RGB is 233 - color contains mainly: green. Hex color #48E9E0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48E9E0 is #B7161F. Grayscale: #B7B7B7. Windows color (decimal): -11998752 or 14739784. OLE color: 14739784.

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

Color convert

RGB 72 233 224 -
CMYK 0.69 0 0.04 0.09
HSL 176.65º 0.79% 0.6% -
HSV(B) 176.65º 0.69% 0.91% -
XYZ 45.27 65.04 80.69 -
YUV 183.84 150.66 48.23 -
System Red Green Blue C M Y K H S L
Decimal 72 233 224 0.69 0 0.04 0.09 176.65 0.79 0.6
Hex 48 E9 E0 45 0 4 9 B1 4F 3C
Octal 110 351 340 105 0 4 11 261 117 74
Binary 1001000 11101001 11100000 1000101 0 100 1001 10110001 1001111 111100

Color Harmonies of #48E9E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48E9E0

Black with #48E9E0

Text Example


Text Example

White with #48E9E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,233,224); }

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

background-color css

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

 a { background-color: rgb(72,233,224); }

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

border-color css

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

 span { border-color: rgb(72,233,224); }

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