Html Css Color HEX #48E5CF Turquoise

📋 copy color: '#48E5CF'

red 72 ◦ green 229 ◦ blue 207

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

Shades of Turquoise #48E5CF

Tints of Turquoise #48E5CF

RGB

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

 GREEN value IS 229 (89.84% from 255) = 45.08%

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

R = 14.17%
G = 45.08%
B = 40.75%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#48E5CF (or 0x48E5CF) is known color: Turquoise. HEX triplet: 48, E5 and CF. RGB value is (72,229,207). Sum of RGB (Red+Green+Blue) = 72+229+207=508 (67% of max value = 765). Red value is 72 (28.52% from 255 or 14.17% from 508); Green value is 229 (89.84% from 255 or 45.08% from 508); Blue value is 207 (81.25% from 255 or 40.75% from 508); Max value from RGB is 229 - color contains mainly: green. Hex color #48E5CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48E5CF is #B71A30. Grayscale: #B3B3B3. Windows color (decimal): -11999793 or 13624648. OLE color: 13624648.

HSL color Cylindrical-coordinate representation of color #48E5CF: hue angle of 171.59º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48E5CF is Cyan = 0.69, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB 72 229 207 -
CMYK 0.69 0 0.10 0.10
HSL 171.59º 0.75% 0.59% -
HSV(B) 171.59º 0.69% 0.9% -
XYZ 41.95 61.92 68.77 -
YUV 179.55 143.49 51.29 -
System Red Green Blue C M Y K H S L
Decimal 72 229 207 0.69 0 0.10 0.10 171.59 0.75 0.59
Hex 48 E5 CF 45 0 A A AC 4B 3B
Octal 110 345 317 105 0 12 12 254 113 73
Binary 1001000 11100101 11001111 1000101 0 1010 1010 10101100 1001011 111011

Color Harmonies of #48E5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48E5CF

Black with #48E5CF

Text Example


Text Example

White with #48E5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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