Html Css Color HEX #48FECF Turquoise

📋 copy color: '#48FECF'

red 72 ◦ green 254 ◦ blue 207

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

Shades of Turquoise #48FECF

Tints of Turquoise #48FECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.84%

R = 13.51%
G = 47.65%
B = 38.84%

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

#48FECF (or 0x48FECF) is known color: Turquoise. HEX triplet: 48, FE and CF. RGB value is (72,254,207). Sum of RGB (Red+Green+Blue) = 72+254+207=533 (70% of max value = 765). Red value is 72 (28.52% from 255 or 13.51% from 533); Green value is 254 (99.61% from 255 or 47.65% from 533); Blue value is 207 (81.25% from 255 or 38.84% from 533); Max value from RGB is 254 - color contains mainly: green. Hex color #48FECF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48FECF is #B70130. Grayscale: #C2C2C2. Windows color (decimal): -11993393 or 13631048. OLE color: 13631048.

HSL color Cylindrical-coordinate representation of color #48FECF: hue angle of 164.51º 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 #48FECF is Cyan = 0.72, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.

Color convert

RGB 72 254 207 -
CMYK 0.72 0 0.19 0.00
HSL 164.51º 0.99% 0.64% -
HSV(B) 164.51º 0.72% 1% -
XYZ 49.38 76.77 71.25 -
YUV 194.22 135.2 40.82 -
System Red Green Blue C M Y K H S L
Decimal 72 254 207 0.72 0 0.19 0.00 164.51 0.99 0.64
Hex 48 FE CF 48 0 13 0 A5 63 40
Octal 110 376 317 110 0 23 0 245 143 100
Binary 1001000 11111110 11001111 1001000 0 10011 0 10100101 1100011 1000000

Color Harmonies of #48FECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48FECF

Black with #48FECF

Text Example


Text Example

White with #48FECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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