Html Css Color HEX #48DECB Turquoise

📋 copy color: '#48DECB'

red 72 ◦ green 222 ◦ blue 203

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

Shades of Turquoise #48DECB

Tints of Turquoise #48DECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 40.85%

R = 14.49%
G = 44.67%
B = 40.85%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#48DECB (or 0x48DECB) is known color: Turquoise. HEX triplet: 48, DE and CB. RGB value is (72,222,203). Sum of RGB (Red+Green+Blue) = 72+222+203=497 (65% of max value = 765). Red value is 72 (28.52% from 255 or 14.49% from 497); Green value is 222 (87.11% from 255 or 44.67% from 497); Blue value is 203 (79.69% from 255 or 40.85% from 497); Max value from RGB is 222 - color contains mainly: green. Hex color #48DECB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48DECB is #B72134. Grayscale: #AEAEAE. Windows color (decimal): -12001589 or 13360712. OLE color: 13360712.

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

Color convert

RGB 72 222 203 -
CMYK 0.68 0 0.09 0.13
HSL 172.4º 0.69% 0.58% -
HSV(B) 172.4º 0.68% 0.87% -
XYZ 39.57 57.93 65.6 -
YUV 174.98 143.81 54.54 -
System Red Green Blue C M Y K H S L
Decimal 72 222 203 0.68 0 0.09 0.13 172.4 0.69 0.58
Hex 48 DE CB 44 0 9 D AC 45 3A
Octal 110 336 313 104 0 11 15 254 105 72
Binary 1001000 11011110 11001011 1000100 0 1001 1101 10101100 1000101 111010

Color Harmonies of #48DECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DECB

Black with #48DECB

Text Example


Text Example

White with #48DECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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