Html Css Color HEX #48ECE7 Turquoise

📋 copy color: '#48ECE7'

red 72 ◦ green 236 ◦ blue 231

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

Shades of Turquoise #48ECE7

Tints of Turquoise #48ECE7

RGB

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

 GREEN value IS 236 (92.58% from 255) = 43.78%

 BLUE value IS 231 (90.63% from 255) = 42.86%

R = 13.36%
G = 43.78%
B = 42.86%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#48ECE7 (or 0x48ECE7) is known color: Turquoise. HEX triplet: 48, EC and E7. RGB value is (72,236,231). Sum of RGB (Red+Green+Blue) = 72+236+231=539 (71% of max value = 765). Red value is 72 (28.52% from 255 or 13.36% from 539); Green value is 236 (92.58% from 255 or 43.78% from 539); Blue value is 231 (90.62% from 255 or 42.86% from 539); Max value from RGB is 236 - color contains mainly: green. Hex color #48ECE7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #48ECE7 is #B71318. Grayscale: #BABABA. Windows color (decimal): -11997977 or 15199304. OLE color: 15199304.

HSL color Cylindrical-coordinate representation of color #48ECE7: hue angle of 178.17º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48ECE7 is Cyan = 0.69, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB 72 236 231 -
CMYK 0.69 0 0.02 0.07
HSL 178.17º 0.81% 0.6% -
HSV(B) 178.17º 0.69% 0.93% -
XYZ 47.09 67.14 86.08 -
YUV 186.39 153.17 46.41 -
System Red Green Blue C M Y K H S L
Decimal 72 236 231 0.69 0 0.02 0.07 178.17 0.81 0.6
Hex 48 EC E7 45 0 2 7 B2 51 3C
Octal 110 354 347 105 0 2 7 262 121 74
Binary 1001000 11101100 11100111 1000101 0 10 111 10110010 1010001 111100

Color Harmonies of #48ECE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48ECE7

Black with #48ECE7

Text Example


Text Example

White with #48ECE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,236,231); }

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

background-color css

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

 a { background-color: rgb(72,236,231); }

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

border-color css

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

 span { border-color: rgb(72,236,231); }

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