Html Css Color HEX #48FECE Turquoise

📋 copy color: '#48FECE'

red 72 ◦ green 254 ◦ blue 206

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

Shades of Turquoise #48FECE

Tints of Turquoise #48FECE

RGB

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

 GREEN value IS 254 (99.61% from 255) = 47.74%

 BLUE value IS 206 (80.86% from 255) = 38.72%

R = 13.53%
G = 47.74%
B = 38.72%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#48FECE (or 0x48FECE) is known color: Turquoise. HEX triplet: 48, FE and CE. RGB value is (72,254,206). Sum of RGB (Red+Green+Blue) = 72+254+206=532 (70% of max value = 765). Red value is 72 (28.52% from 255 or 13.53% from 532); Green value is 254 (99.61% from 255 or 47.74% from 532); Blue value is 206 (80.86% from 255 or 38.72% from 532); Max value from RGB is 254 - color contains mainly: green. Hex color #48FECE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48FECE is #B70131. Grayscale: #C2C2C2. Windows color (decimal): -11993394 or 13565512. OLE color: 13565512.

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

Color convert

RGB 72 254 206 -
CMYK 0.72 0 0.19 0.00
HSL 164.18º 0.99% 0.64% -
HSV(B) 164.18º 0.72% 1% -
XYZ 49.25 76.72 70.6 -
YUV 194.11 134.7 40.9 -
System Red Green Blue C M Y K H S L
Decimal 72 254 206 0.72 0 0.19 0.00 164.18 0.99 0.64
Hex 48 FE CE 48 0 13 0 A4 63 40
Octal 110 376 316 110 0 23 0 244 143 100
Binary 1001000 11111110 11001110 1001000 0 10011 0 10100100 1100011 1000000

Color Harmonies of #48FECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48FECE

Black with #48FECE

Text Example


Text Example

White with #48FECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,254,206); }

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

background-color css

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

 a { background-color: rgb(72,254,206); }

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

border-color css

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

 span { border-color: rgb(72,254,206); }

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