Html Css Color HEX #48EADF Turquoise

📋 copy color: '#48EADF'

red 72 ◦ green 234 ◦ blue 223

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

Shades of Turquoise #48EADF

Tints of Turquoise #48EADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.16%

R = 13.61%
G = 44.23%
B = 42.16%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#48EADF (or 0x48EADF) is known color: Turquoise. HEX triplet: 48, EA and DF. RGB value is (72,234,223). Sum of RGB (Red+Green+Blue) = 72+234+223=529 (70% of max value = 765). Red value is 72 (28.52% from 255 or 13.61% from 529); Green value is 234 (91.80% from 255 or 44.23% from 529); Blue value is 223 (87.5% from 255 or 42.16% from 529); Max value from RGB is 234 - color contains mainly: green. Hex color #48EADF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48EADF is #B71520. Grayscale: #B8B8B8. Windows color (decimal): -11998497 or 14674504. OLE color: 14674504.

HSL color Cylindrical-coordinate representation of color #48EADF: hue angle of 175.93º 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 #48EADF is Cyan = 0.69, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB 72 234 223 -
CMYK 0.69 0 0.05 0.08
HSL 175.93º 0.79% 0.6% -
HSV(B) 175.93º 0.69% 0.92% -
XYZ 45.41 65.55 80.07 -
YUV 184.31 149.83 47.89 -
System Red Green Blue C M Y K H S L
Decimal 72 234 223 0.69 0 0.05 0.08 175.93 0.79 0.6
Hex 48 EA DF 45 0 5 8 B0 4F 3C
Octal 110 352 337 105 0 5 10 260 117 74
Binary 1001000 11101010 11011111 1000101 0 101 1000 10110000 1001111 111100

Color Harmonies of #48EADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48EADF

Black with #48EADF

Text Example


Text Example

White with #48EADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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