Html Css Color HEX #48DFE6 Turquoise

📋 copy color: '#48DFE6'

red 72 ◦ green 223 ◦ blue 230

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

Shades of Turquoise #48DFE6

Tints of Turquoise #48DFE6

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.48%

 BLUE value IS 230 (90.23% from 255) = 43.81%

R = 13.71%
G = 42.48%
B = 43.81%

CMYK

 C value IS 0.69

 M value IS 0.03

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#48DFE6 (or 0x48DFE6) is known color: Turquoise. HEX triplet: 48, DF and E6. RGB value is (72,223,230). Sum of RGB (Red+Green+Blue) = 72+223+230=525 (69% of max value = 765). Red value is 72 (28.52% from 255 or 13.71% from 525); Green value is 223 (87.5% from 255 or 42.48% from 525); Blue value is 230 (90.23% from 255 or 43.81% from 525); Max value from RGB is 230 - color contains mainly: blue. Hex color #48DFE6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48DFE6 is #B72019. Grayscale: #B2B2B2. Windows color (decimal): -12001306 or 15130440. OLE color: 15130440.

HSL color Cylindrical-coordinate representation of color #48DFE6: hue angle of 182.66º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48DFE6 is Cyan = 0.69, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 72 223 230 -
CMYK 0.69 0.03 0 0.10
HSL 182.66º 0.76% 0.59% -
HSV(B) 182.66º 0.69% 0.9% -
XYZ 43.34 59.87 84.13 -
YUV 178.65 156.97 51.93 -
System Red Green Blue C M Y K H S L
Decimal 72 223 230 0.69 0.03 0 0.10 182.66 0.76 0.59
Hex 48 DF E6 45 3 0 A B7 4C 3B
Octal 110 337 346 105 3 0 12 267 114 73
Binary 1001000 11011111 11100110 1000101 11 0 1010 10110111 1001100 111011

Color Harmonies of #48DFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DFE6

Black with #48DFE6

Text Example


Text Example

White with #48DFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,223,230); }

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

background-color css

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

 a { background-color: rgb(72,223,230); }

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

border-color css

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

 span { border-color: rgb(72,223,230); }

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