Html Css Color HEX #48EFDF Turquoise

📋 copy color: '#48EFDF'

red 72 ◦ green 239 ◦ blue 223

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

Shades of Turquoise #48EFDF

Tints of Turquoise #48EFDF

RGB

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

 GREEN value IS 239 (93.75% from 255) = 44.76%

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

R = 13.48%
G = 44.76%
B = 41.76%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#48EFDF (or 0x48EFDF) is known color: Turquoise. HEX triplet: 48, EF and DF. RGB value is (72,239,223). Sum of RGB (Red+Green+Blue) = 72+239+223=534 (70% of max value = 765). Red value is 72 (28.52% from 255 or 13.48% from 534); Green value is 239 (93.75% from 255 or 44.76% from 534); Blue value is 223 (87.5% from 255 or 41.76% from 534); Max value from RGB is 239 - color contains mainly: green. Hex color #48EFDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48EFDF is #B71020. Grayscale: #BBBBBB. Windows color (decimal): -11997217 or 14675784. OLE color: 14675784.

HSL color Cylindrical-coordinate representation of color #48EFDF: hue angle of 174.25º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48EFDF is Cyan = 0.70, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB 72 239 223 -
CMYK 0.70 0 0.07 0.06
HSL 174.25º 0.84% 0.61% -
HSV(B) 174.25º 0.7% 0.94% -
XYZ 46.86 68.44 80.55 -
YUV 187.24 148.17 45.8 -
System Red Green Blue C M Y K H S L
Decimal 72 239 223 0.70 0 0.07 0.06 174.25 0.84 0.61
Hex 48 EF DF 46 0 7 6 AE 54 3D
Octal 110 357 337 106 0 7 6 256 124 75
Binary 1001000 11101111 11011111 1000110 0 111 110 10101110 1010100 111101

Color Harmonies of #48EFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48EFDF

Black with #48EFDF

Text Example


Text Example

White with #48EFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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