Html Css Color HEX #48EACC Turquoise

📋 copy color: '#48EACC'

red 72 ◦ green 234 ◦ blue 204

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

Shades of Turquoise #48EACC

Tints of Turquoise #48EACC

RGB

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

 GREEN value IS 234 (91.8% from 255) = 45.88%

 BLUE value IS 204 (80.08% from 255) = 40%

R = 14.12%
G = 45.88%
B = 40%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#48EACC (or 0x48EACC) is known color: Turquoise. HEX triplet: 48, EA and CC. RGB value is (72,234,204). Sum of RGB (Red+Green+Blue) = 72+234+204=510 (67% of max value = 765). Red value is 72 (28.52% from 255 or 14.12% from 510); Green value is 234 (91.80% from 255 or 45.88% from 510); Blue value is 204 (80.08% from 255 or 40% from 510); Max value from RGB is 234 - color contains mainly: green. Hex color #48EACC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48EACC is #B71533. Grayscale: #B6B6B6. Windows color (decimal): -11998516 or 13429320. OLE color: 13429320.

HSL color Cylindrical-coordinate representation of color #48EACC: hue angle of 168.89º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48EACC is Cyan = 0.69, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB 72 234 204 -
CMYK 0.69 0 0.13 0.08
HSL 168.89º 0.79% 0.6% -
HSV(B) 168.89º 0.69% 0.92% -
XYZ 42.99 64.58 67.33 -
YUV 182.14 140.33 49.44 -
System Red Green Blue C M Y K H S L
Decimal 72 234 204 0.69 0 0.13 0.08 168.89 0.79 0.6
Hex 48 EA CC 45 0 D 8 A9 4F 3C
Octal 110 352 314 105 0 15 10 251 117 74
Binary 1001000 11101010 11001100 1000101 0 1101 1000 10101001 1001111 111100

Color Harmonies of #48EACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48EACC

Black with #48EACC

Text Example


Text Example

White with #48EACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,234,204); }

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

background-color css

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

 a { background-color: rgb(72,234,204); }

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

border-color css

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

 span { border-color: rgb(72,234,204); }

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