Html Css Color HEX #48DCEB Turquoise

📋 copy color: '#48DCEB'

red 72 ◦ green 220 ◦ blue 235

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

Shades of Turquoise #48DCEB

Tints of Turquoise #48DCEB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.75%

 BLUE value IS 235 (92.19% from 255) = 44.59%

R = 13.66%
G = 41.75%
B = 44.59%

CMYK

 C value IS 0.69

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#48DCEB (or 0x48DCEB) is known color: Turquoise. HEX triplet: 48, DC and EB. RGB value is (72,220,235). Sum of RGB (Red+Green+Blue) = 72+220+235=527 (69% of max value = 765). Red value is 72 (28.52% from 255 or 13.66% from 527); Green value is 220 (86.33% from 255 or 41.75% from 527); Blue value is 235 (92.19% from 255 or 44.59% from 527); Max value from RGB is 235 - color contains mainly: blue. Hex color #48DCEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48DCEB is #B72314. Grayscale: #B1B1B1. Windows color (decimal): -12002069 or 15457352. OLE color: 15457352.

HSL color Cylindrical-coordinate representation of color #48DCEB: hue angle of 185.52º 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 #48DCEB is Cyan = 0.69, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 72 220 235 -
CMYK 0.69 0.06 0 0.08
HSL 185.52º 0.8% 0.6% -
HSV(B) 185.52º 0.69% 0.92% -
XYZ 43.26 58.56 87.62 -
YUV 177.46 160.47 52.78 -
System Red Green Blue C M Y K H S L
Decimal 72 220 235 0.69 0.06 0 0.08 185.52 0.8 0.6
Hex 48 DC EB 45 6 0 8 BA 50 3C
Octal 110 334 353 105 6 0 10 272 120 74
Binary 1001000 11011100 11101011 1000101 110 0 1000 10111010 1010000 111100

Color Harmonies of #48DCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DCEB

Black with #48DCEB

Text Example


Text Example

White with #48DCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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