Html Css Color HEX #48E1CF Turquoise

📋 copy color: '#48E1CF'

red 72 ◦ green 225 ◦ blue 207

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

Shades of Turquoise #48E1CF

Tints of Turquoise #48E1CF

RGB

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

 GREEN value IS 225 (88.28% from 255) = 44.64%

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

R = 14.29%
G = 44.64%
B = 41.07%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#48E1CF (or 0x48E1CF) is known color: Turquoise. HEX triplet: 48, E1 and CF. RGB value is (72,225,207). Sum of RGB (Red+Green+Blue) = 72+225+207=504 (66% of max value = 765). Red value is 72 (28.52% from 255 or 14.29% from 504); Green value is 225 (88.28% from 255 or 44.64% from 504); Blue value is 207 (81.25% from 255 or 41.07% from 504); Max value from RGB is 225 - color contains mainly: green. Hex color #48E1CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48E1CF is #B71E30. Grayscale: #B1B1B1. Windows color (decimal): -12000817 or 13623624. OLE color: 13623624.

HSL color Cylindrical-coordinate representation of color #48E1CF: hue angle of 172.94º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #48E1CF is Cyan = 0.68, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 72 225 207 -
CMYK 0.68 0 0.08 0.12
HSL 172.94º 0.72% 0.58% -
HSV(B) 172.94º 0.68% 0.88% -
XYZ 40.86 59.73 68.41 -
YUV 177.2 144.81 52.96 -
System Red Green Blue C M Y K H S L
Decimal 72 225 207 0.68 0 0.08 0.12 172.94 0.72 0.58
Hex 48 E1 CF 44 0 8 C AD 48 3A
Octal 110 341 317 104 0 10 14 255 110 72
Binary 1001000 11100001 11001111 1000100 0 1000 1100 10101101 1001000 111010

Color Harmonies of #48E1CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48E1CF

Black with #48E1CF

Text Example


Text Example

White with #48E1CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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