Html Css Color HEX #48EBDB Turquoise

📋 copy color: '#48EBDB'

red 72 ◦ green 235 ◦ blue 219

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

Shades of Turquoise #48EBDB

Tints of Turquoise #48EBDB

RGB

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

 GREEN value IS 235 (92.19% from 255) = 44.68%

 BLUE value IS 219 (85.94% from 255) = 41.63%

R = 13.69%
G = 44.68%
B = 41.63%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#48EBDB (or 0x48EBDB) is known color: Turquoise. HEX triplet: 48, EB and DB. RGB value is (72,235,219). Sum of RGB (Red+Green+Blue) = 72+235+219=526 (69% of max value = 765). Red value is 72 (28.52% from 255 or 13.69% from 526); Green value is 235 (92.19% from 255 or 44.68% from 526); Blue value is 219 (85.94% from 255 or 41.63% from 526); Max value from RGB is 235 - color contains mainly: green. Hex color #48EBDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48EBDB is #B71424. Grayscale: #B8B8B8. Windows color (decimal): -11998245 or 14412616. OLE color: 14412616.

HSL color Cylindrical-coordinate representation of color #48EBDB: hue angle of 174.11º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48EBDB is Cyan = 0.69, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB 72 235 219 -
CMYK 0.69 0 0.07 0.08
HSL 174.11º 0.8% 0.6% -
HSV(B) 174.11º 0.69% 0.92% -
XYZ 45.17 65.91 77.36 -
YUV 184.44 147.5 47.8 -
System Red Green Blue C M Y K H S L
Decimal 72 235 219 0.69 0 0.07 0.08 174.11 0.8 0.6
Hex 48 EB DB 45 0 7 8 AE 50 3C
Octal 110 353 333 105 0 7 10 256 120 74
Binary 1001000 11101011 11011011 1000101 0 111 1000 10101110 1010000 111100

Color Harmonies of #48EBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48EBDB

Black with #48EBDB

Text Example


Text Example

White with #48EBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,235,219); }

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

background-color css

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

 a { background-color: rgb(72,235,219); }

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

border-color css

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

 span { border-color: rgb(72,235,219); }

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