Html Css Color HEX #48FCCF Turquoise

📋 copy color: '#48FCCF'

red 72 ◦ green 252 ◦ blue 207

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

Shades of Turquoise #48FCCF

Tints of Turquoise #48FCCF

RGB

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

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

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

R = 13.56%
G = 47.46%
B = 38.98%

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

#48FCCF (or 0x48FCCF) is known color: Turquoise. HEX triplet: 48, FC and CF. RGB value is (72,252,207). Sum of RGB (Red+Green+Blue) = 72+252+207=531 (70% of max value = 765). Red value is 72 (28.52% from 255 or 13.56% from 531); Green value is 252 (98.83% from 255 or 47.46% from 531); Blue value is 207 (81.25% from 255 or 38.98% from 531); Max value from RGB is 252 - color contains mainly: green. Hex color #48FCCF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48FCCF is #B70330. Grayscale: #C1C1C1. Windows color (decimal): -11993905 or 13630536. OLE color: 13630536.

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

Color convert

RGB 72 252 207 -
CMYK 0.71 0 0.18 0.01
HSL 165º 0.97% 0.64% -
HSV(B) 165º 0.71% 0.99% -
XYZ 48.75 75.5 71.04 -
YUV 193.05 135.87 41.66 -
System Red Green Blue C M Y K H S L
Decimal 72 252 207 0.71 0 0.18 0.01 165 0.97 0.64
Hex 48 FC CF 47 0 12 1 A5 61 40
Octal 110 374 317 107 0 22 1 245 141 100
Binary 1001000 11111100 11001111 1000111 0 10010 1 10100101 1100001 1000000

Color Harmonies of #48FCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48FCCF

Black with #48FCCF

Text Example


Text Example

White with #48FCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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