Html Css Color HEX #48FCED Turquoise

📋 copy color: '#48FCED'

red 72 ◦ green 252 ◦ blue 237

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

Shades of Turquoise #48FCED

Tints of Turquoise #48FCED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.25%

R = 12.83%
G = 44.92%
B = 42.25%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#48FCED (or 0x48FCED) is known color: Turquoise. HEX triplet: 48, FC and ED. RGB value is (72,252,237). Sum of RGB (Red+Green+Blue) = 72+252+237=561 (74% of max value = 765). Red value is 72 (28.52% from 255 or 12.83% from 561); Green value is 252 (98.83% from 255 or 44.92% from 561); Blue value is 237 (92.97% from 255 or 42.25% from 561); Max value from RGB is 252 - color contains mainly: green. Hex color #48FCED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #48FCED is #B70312. Grayscale: #C4C4C4. Windows color (decimal): -11993875 or 15596616. OLE color: 15596616.

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

Color convert

RGB 72 252 237 -
CMYK 0.71 0 0.06 0.01
HSL 175º 0.97% 0.64% -
HSV(B) 175º 0.71% 0.99% -
XYZ 52.77 77.11 92.22 -
YUV 196.47 150.87 39.22 -
System Red Green Blue C M Y K H S L
Decimal 72 252 237 0.71 0 0.06 0.01 175 0.97 0.64
Hex 48 FC ED 47 0 6 1 AF 61 40
Octal 110 374 355 107 0 6 1 257 141 100
Binary 1001000 11111100 11101101 1000111 0 110 1 10101111 1100001 1000000

Color Harmonies of #48FCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48FCED

Black with #48FCED

Text Example


Text Example

White with #48FCED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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