Html Css Color HEX #48DECD Turquoise

📋 copy color: '#48DECD'

red 72 ◦ green 222 ◦ blue 205

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

Shades of Turquoise #48DECD

Tints of Turquoise #48DECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.08%

R = 14.43%
G = 44.49%
B = 41.08%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#48DECD (or 0x48DECD) is known color: Turquoise. HEX triplet: 48, DE and CD. RGB value is (72,222,205). Sum of RGB (Red+Green+Blue) = 72+222+205=499 (66% of max value = 765). Red value is 72 (28.52% from 255 or 14.43% from 499); Green value is 222 (87.11% from 255 or 44.49% from 499); Blue value is 205 (80.47% from 255 or 41.08% from 499); Max value from RGB is 222 - color contains mainly: green. Hex color #48DECD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48DECD is #B72132. Grayscale: #AFAFAF. Windows color (decimal): -12001587 or 13491784. OLE color: 13491784.

HSL color Cylindrical-coordinate representation of color #48DECD: hue angle of 173.2º 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 #48DECD is Cyan = 0.68, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 72 222 205 -
CMYK 0.68 0 0.08 0.13
HSL 173.2º 0.69% 0.58% -
HSV(B) 173.2º 0.68% 0.87% -
XYZ 39.81 58.03 66.86 -
YUV 175.21 144.81 54.38 -
System Red Green Blue C M Y K H S L
Decimal 72 222 205 0.68 0 0.08 0.13 173.2 0.69 0.58
Hex 48 DE CD 44 0 8 D AD 45 3A
Octal 110 336 315 104 0 10 15 255 105 72
Binary 1001000 11011110 11001101 1000100 0 1000 1101 10101101 1000101 111010

Color Harmonies of #48DECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DECD

Black with #48DECD

Text Example


Text Example

White with #48DECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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