Html Css Color HEX #48DEDA Turquoise

📋 copy color: '#48DEDA'

red 72 ◦ green 222 ◦ blue 218

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

Shades of Turquoise #48DEDA

Tints of Turquoise #48DEDA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 43.36%

 BLUE value IS 218 (85.55% from 255) = 42.58%

R = 14.06%
G = 43.36%
B = 42.58%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#48DEDA (or 0x48DEDA) is known color: Turquoise. HEX triplet: 48, DE and DA. RGB value is (72,222,218). Sum of RGB (Red+Green+Blue) = 72+222+218=512 (67% of max value = 765). Red value is 72 (28.52% from 255 or 14.06% from 512); Green value is 222 (87.11% from 255 or 43.36% from 512); Blue value is 218 (85.55% from 255 or 42.58% from 512); Max value from RGB is 222 - color contains mainly: green. Hex color #48DEDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48DEDA is #B72125. Grayscale: #B0B0B0. Windows color (decimal): -12001574 or 14343752. OLE color: 14343752.

HSL color Cylindrical-coordinate representation of color #48DEDA: hue angle of 178.4º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #48DEDA is Cyan = 0.68, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 72 222 218 -
CMYK 0.68 0 0.02 0.13
HSL 178.4º 0.69% 0.58% -
HSV(B) 178.4º 0.68% 0.87% -
XYZ 41.45 58.68 75.47 -
YUV 176.69 151.31 53.33 -
System Red Green Blue C M Y K H S L
Decimal 72 222 218 0.68 0 0.02 0.13 178.4 0.69 0.58
Hex 48 DE DA 44 0 2 D B2 45 3A
Octal 110 336 332 104 0 2 15 262 105 72
Binary 1001000 11011110 11011010 1000100 0 10 1101 10110010 1000101 111010

Color Harmonies of #48DEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DEDA

Black with #48DEDA

Text Example


Text Example

White with #48DEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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