Html Css Color HEX #48FCE5 Turquoise

📋 copy color: '#48FCE5'

red 72 ◦ green 252 ◦ blue 229

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

Shades of Turquoise #48FCE5

Tints of Turquoise #48FCE5

RGB

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

 GREEN value IS 252 (98.83% from 255) = 45.57%

 BLUE value IS 229 (89.84% from 255) = 41.41%

R = 13.02%
G = 45.57%
B = 41.41%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#48FCE5 (or 0x48FCE5) is known color: Turquoise. HEX triplet: 48, FC and E5. RGB value is (72,252,229). Sum of RGB (Red+Green+Blue) = 72+252+229=553 (73% of max value = 765). Red value is 72 (28.52% from 255 or 13.02% from 553); Green value is 252 (98.83% from 255 or 45.57% from 553); Blue value is 229 (89.84% from 255 or 41.41% from 553); Max value from RGB is 252 - color contains mainly: green. Hex color #48FCE5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48FCE5 is #B7031A. Grayscale: #C3C3C3. Windows color (decimal): -11993883 or 15072328. OLE color: 15072328.

HSL color Cylindrical-coordinate representation of color #48FCE5: hue angle of 172.33º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #48FCE5 is Cyan = 0.71, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB 72 252 229 -
CMYK 0.71 0 0.09 0.01
HSL 172.33º 0.97% 0.64% -
HSV(B) 172.33º 0.71% 0.99% -
XYZ 51.63 76.66 86.2 -
YUV 195.56 146.87 39.87 -
System Red Green Blue C M Y K H S L
Decimal 72 252 229 0.71 0 0.09 0.01 172.33 0.97 0.64
Hex 48 FC E5 47 0 9 1 AC 61 40
Octal 110 374 345 107 0 11 1 254 141 100
Binary 1001000 11111100 11100101 1000111 0 1001 1 10101100 1100001 1000000

Color Harmonies of #48FCE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48FCE5

Black with #48FCE5

Text Example


Text Example

White with #48FCE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,252,229); }

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

background-color css

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

 a { background-color: rgb(72,252,229); }

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

border-color css

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

 span { border-color: rgb(72,252,229); }

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