Html Css Color HEX #48FAEC Turquoise

📋 copy color: '#48FAEC'

red 72 ◦ green 250 ◦ blue 236

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

Shades of Turquoise #48FAEC

Tints of Turquoise #48FAEC

RGB

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

 GREEN value IS 250 (98.05% from 255) = 44.8%

 BLUE value IS 236 (92.58% from 255) = 42.29%

R = 12.9%
G = 44.8%
B = 42.29%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#48FAEC (or 0x48FAEC) is known color: Turquoise. HEX triplet: 48, FA and EC. RGB value is (72,250,236). Sum of RGB (Red+Green+Blue) = 72+250+236=558 (73% of max value = 765). Red value is 72 (28.52% from 255 or 12.90% from 558); Green value is 250 (98.05% from 255 or 44.80% from 558); Blue value is 236 (92.58% from 255 or 42.29% from 558); Max value from RGB is 250 - color contains mainly: green. Hex color #48FAEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #48FAEC is #B70513. Grayscale: #C3C3C3. Windows color (decimal): -11994388 or 15530568. OLE color: 15530568.

HSL color Cylindrical-coordinate representation of color #48FAEC: hue angle of 175.28º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #48FAEC is Cyan = 0.71, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 72 250 236 -
CMYK 0.71 0 0.06 0.02
HSL 175.28º 0.95% 0.63% -
HSV(B) 175.28º 0.71% 0.98% -
XYZ 52 75.81 91.25 -
YUV 195.18 151.03 40.14 -
System Red Green Blue C M Y K H S L
Decimal 72 250 236 0.71 0 0.06 0.02 175.28 0.95 0.63
Hex 48 FA EC 47 0 6 2 AF 5F 3F
Octal 110 372 354 107 0 6 2 257 137 77
Binary 1001000 11111010 11101100 1000111 0 110 10 10101111 1011111 111111

Color Harmonies of #48FAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48FAEC

Black with #48FAEC

Text Example


Text Example

White with #48FAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,250,236); }

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

background-color css

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

 a { background-color: rgb(72,250,236); }

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

border-color css

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

 span { border-color: rgb(72,250,236); }

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