Html Css Color HEX #48DBEE Turquoise

📋 copy color: '#48DBEE'

red 72 ◦ green 219 ◦ blue 238

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

Shades of Turquoise #48DBEE

Tints of Turquoise #48DBEE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.4%

 BLUE value IS 238 (93.36% from 255) = 44.99%

R = 13.61%
G = 41.4%
B = 44.99%

CMYK

 C value IS 0.70

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#48DBEE (or 0x48DBEE) is known color: Turquoise. HEX triplet: 48, DB and EE. RGB value is (72,219,238). Sum of RGB (Red+Green+Blue) = 72+219+238=529 (70% of max value = 765). Red value is 72 (28.52% from 255 or 13.61% from 529); Green value is 219 (85.94% from 255 or 41.40% from 529); Blue value is 238 (93.36% from 255 or 44.99% from 529); Max value from RGB is 238 - color contains mainly: blue. Hex color #48DBEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48DBEE is #B72411. Grayscale: #B0B0B0. Windows color (decimal): -12002322 or 15653704. OLE color: 15653704.

HSL color Cylindrical-coordinate representation of color #48DBEE: hue angle of 186.87º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48DBEE is Cyan = 0.70, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 72 219 238 -
CMYK 0.70 0.08 0 0.07
HSL 186.87º 0.83% 0.61% -
HSV(B) 186.87º 0.7% 0.93% -
XYZ 43.44 58.21 89.84 -
YUV 177.21 162.3 52.96 -
System Red Green Blue C M Y K H S L
Decimal 72 219 238 0.70 0.08 0 0.07 186.87 0.83 0.61
Hex 48 DB EE 46 8 0 7 BB 53 3D
Octal 110 333 356 106 10 0 7 273 123 75
Binary 1001000 11011011 11101110 1000110 1000 0 111 10111011 1010011 111101

Color Harmonies of #48DBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DBEE

Black with #48DBEE

Text Example


Text Example

White with #48DBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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