Html Css Color HEX #48DBED Turquoise

📋 copy color: '#48DBED'

red 72 ◦ green 219 ◦ blue 237

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

Shades of Turquoise #48DBED

Tints of Turquoise #48DBED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.89%

R = 13.64%
G = 41.48%
B = 44.89%

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

#48DBED (or 0x48DBED) is known color: Turquoise. HEX triplet: 48, DB and ED. RGB value is (72,219,237). Sum of RGB (Red+Green+Blue) = 72+219+237=528 (69% of max value = 765). Red value is 72 (28.52% from 255 or 13.64% from 528); Green value is 219 (85.94% from 255 or 41.48% from 528); Blue value is 237 (92.97% from 255 or 44.89% from 528); Max value from RGB is 237 - color contains mainly: blue. Hex color #48DBED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48DBED is #B72412. Grayscale: #B0B0B0. Windows color (decimal): -12002323 or 15588168. OLE color: 15588168.

HSL color Cylindrical-coordinate representation of color #48DBED: hue angle of 186.55º degrees, saturation: 0.82, 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 #48DBED is Cyan = 0.70, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 72 219 237 -
CMYK 0.70 0.08 0 0.07
HSL 186.55º 0.82% 0.61% -
HSV(B) 186.55º 0.7% 0.93% -
XYZ 43.29 58.16 89.06 -
YUV 177.1 161.8 53.04 -
System Red Green Blue C M Y K H S L
Decimal 72 219 237 0.70 0.08 0 0.07 186.55 0.82 0.61
Hex 48 DB ED 46 8 0 7 BB 52 3D
Octal 110 333 355 106 10 0 7 273 122 75
Binary 1001000 11011011 11101101 1000110 1000 0 111 10111011 1010010 111101

Color Harmonies of #48DBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DBED

Black with #48DBED

Text Example


Text Example

White with #48DBED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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