Html Css Color HEX #48DECE Turquoise

📋 copy color: '#48DECE'

red 72 ◦ green 222 ◦ blue 206

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

Shades of Turquoise #48DECE

Tints of Turquoise #48DECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.2%

R = 14.4%
G = 44.4%
B = 41.2%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#48DECE (or 0x48DECE) is known color: Turquoise. HEX triplet: 48, DE and CE. RGB value is (72,222,206). Sum of RGB (Red+Green+Blue) = 72+222+206=500 (66% of max value = 765). Red value is 72 (28.52% from 255 or 14.4% from 500); Green value is 222 (87.11% from 255 or 44.4% from 500); Blue value is 206 (80.86% from 255 or 41.2% from 500); Max value from RGB is 222 - color contains mainly: green. Hex color #48DECE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48DECE is #B72131. Grayscale: #AFAFAF. Windows color (decimal): -12001586 or 13557320. OLE color: 13557320.

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

Color convert

RGB 72 222 206 -
CMYK 0.68 0 0.07 0.13
HSL 173.6º 0.69% 0.58% -
HSV(B) 173.6º 0.68% 0.87% -
XYZ 39.93 58.08 67.5 -
YUV 175.33 145.31 54.3 -
System Red Green Blue C M Y K H S L
Decimal 72 222 206 0.68 0 0.07 0.13 173.6 0.69 0.58
Hex 48 DE CE 44 0 7 D AE 45 3A
Octal 110 336 316 104 0 7 15 256 105 72
Binary 1001000 11011110 11001110 1000100 0 111 1101 10101110 1000101 111010

Color Harmonies of #48DECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DECE

Black with #48DECE

Text Example


Text Example

White with #48DECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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