Html Css Color HEX #48FCCE Turquoise

📋 copy color: '#48FCCE'

red 72 ◦ green 252 ◦ blue 206

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

Shades of Turquoise #48FCCE

Tints of Turquoise #48FCCE

RGB

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

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

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

R = 13.58%
G = 47.55%
B = 38.87%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#48FCCE (or 0x48FCCE) is known color: Turquoise. HEX triplet: 48, FC and CE. RGB value is (72,252,206). Sum of RGB (Red+Green+Blue) = 72+252+206=530 (70% of max value = 765). Red value is 72 (28.52% from 255 or 13.58% from 530); Green value is 252 (98.83% from 255 or 47.55% from 530); Blue value is 206 (80.86% from 255 or 38.87% from 530); Max value from RGB is 252 - color contains mainly: green. Hex color #48FCCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48FCCE is #B70331. Grayscale: #C0C0C0. Windows color (decimal): -11993906 or 13565000. OLE color: 13565000.

HSL color Cylindrical-coordinate representation of color #48FCCE: hue angle of 164.67º 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 #48FCCE is Cyan = 0.71, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB 72 252 206 -
CMYK 0.71 0 0.18 0.01
HSL 164.67º 0.97% 0.64% -
HSV(B) 164.67º 0.71% 0.99% -
XYZ 48.62 75.45 70.39 -
YUV 192.94 135.37 41.74 -
System Red Green Blue C M Y K H S L
Decimal 72 252 206 0.71 0 0.18 0.01 164.67 0.97 0.64
Hex 48 FC CE 47 0 12 1 A5 61 40
Octal 110 374 316 107 0 22 1 245 141 100
Binary 1001000 11111100 11001110 1000111 0 10010 1 10100101 1100001 1000000

Color Harmonies of #48FCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48FCCE

Black with #48FCCE

Text Example


Text Example

White with #48FCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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