Html Css Color HEX #48DEFF Turquoise Blue

📋 copy color: '#48DEFF'

red 72 ◦ green 222 ◦ blue 255

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

Shades of Turquoise Blue #48DEFF

Tints of Turquoise Blue #48DEFF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 40.44%

 BLUE value IS 255 (100% from 255) = 46.45%

R = 13.11%
G = 40.44%
B = 46.45%

CMYK

 C value IS 0.72

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#48DEFF (or 0x48DEFF) is known color: Turquoise Blue. HEX triplet: 48, DE and FF. RGB value is (72,222,255). Sum of RGB (Red+Green+Blue) = 72+222+255=549 (72% of max value = 765). Red value is 72 (28.52% from 255 or 13.11% from 549); Green value is 222 (87.11% from 255 or 40.44% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #48DEFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48DEFF is #B72100. Grayscale: #B4B4B4. Windows color (decimal): -12001537 or 16768584. OLE color: 16768584.

HSL color Cylindrical-coordinate representation of color #48DEFF: hue angle of 190.82º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #48DEFF is Cyan = 0.72, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 72 222 255 -
CMYK 0.72 0.13 0 0
HSL 190.82º 1% 0.64% -
HSV(B) 190.82º 0.72% 1% -
XYZ 46.84 60.84 103.88 -
YUV 180.91 169.81 50.32 -
System Red Green Blue C M Y K H S L
Decimal 72 222 255 0.72 0.13 0 0 190.82 1 0.64
Hex 48 DE FF 48 D 0 0 BF 64 40
Octal 110 336 377 110 15 0 0 277 144 100
Binary 1001000 11011110 11111111 1001000 1101 0 0 10111111 1100100 1000000

Color Harmonies of #48DEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DEFF

Black with #48DEFF

Text Example


Text Example

White with #48DEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,222,255); }

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

background-color css

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

 a { background-color: rgb(72,222,255); }

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

border-color css

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

 span { border-color: rgb(72,222,255); }

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