Html Css Color HEX #48F9DD Turquoise

📋 copy color: '#48F9DD'

red 72 ◦ green 249 ◦ blue 221

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

Shades of Turquoise #48F9DD

Tints of Turquoise #48F9DD

RGB

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

 GREEN value IS 249 (97.66% from 255) = 45.94%

 BLUE value IS 221 (86.72% from 255) = 40.77%

R = 13.28%
G = 45.94%
B = 40.77%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#48F9DD (or 0x48F9DD) is known color: Turquoise. HEX triplet: 48, F9 and DD. RGB value is (72,249,221). Sum of RGB (Red+Green+Blue) = 72+249+221=542 (71% of max value = 765). Red value is 72 (28.52% from 255 or 13.28% from 542); Green value is 249 (97.66% from 255 or 45.94% from 542); Blue value is 221 (86.72% from 255 or 40.77% from 542); Max value from RGB is 249 - color contains mainly: green. Hex color #48F9DD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48F9DD is #B70622. Grayscale: #C0C0C0. Windows color (decimal): -11994659 or 14547272. OLE color: 14547272.

HSL color Cylindrical-coordinate representation of color #48F9DD: hue angle of 170.51º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #48F9DD is Cyan = 0.71, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 72 249 221 -
CMYK 0.71 0 0.11 0.02
HSL 170.51º 0.94% 0.63% -
HSV(B) 170.51º 0.71% 0.98% -
XYZ 49.6 74.35 80.14 -
YUV 192.89 143.86 41.78 -
System Red Green Blue C M Y K H S L
Decimal 72 249 221 0.71 0 0.11 0.02 170.51 0.94 0.63
Hex 48 F9 DD 47 0 B 2 AB 5E 3F
Octal 110 371 335 107 0 13 2 253 136 77
Binary 1001000 11111001 11011101 1000111 0 1011 10 10101011 1011110 111111

Color Harmonies of #48F9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48F9DD

Black with #48F9DD

Text Example


Text Example

White with #48F9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,249,221); }

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

background-color css

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

 a { background-color: rgb(72,249,221); }

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

border-color css

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

 span { border-color: rgb(72,249,221); }

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