Html Css Color HEX #48FBDD Turquoise

📋 copy color: '#48FBDD'

red 72 ◦ green 251 ◦ blue 221

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

Shades of Turquoise #48FBDD

Tints of Turquoise #48FBDD

RGB

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

 GREEN value IS 251 (98.44% from 255) = 46.14%

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

R = 13.24%
G = 46.14%
B = 40.63%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#48FBDD (or 0x48FBDD) is known color: Turquoise. HEX triplet: 48, FB and DD. RGB value is (72,251,221). Sum of RGB (Red+Green+Blue) = 72+251+221=544 (72% of max value = 765). Red value is 72 (28.52% from 255 or 13.24% from 544); Green value is 251 (98.44% from 255 or 46.14% from 544); Blue value is 221 (86.72% from 255 or 40.62% from 544); Max value from RGB is 251 - color contains mainly: green. Hex color #48FBDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48FBDD is #B70422. Grayscale: #C2C2C2. Windows color (decimal): -11994147 or 14547784. OLE color: 14547784.

HSL color Cylindrical-coordinate representation of color #48FBDD: hue angle of 169.94º degrees, saturation: 0.96, 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 #48FBDD is Cyan = 0.71, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 72 251 221 -
CMYK 0.71 0 0.12 0.02
HSL 169.94º 0.96% 0.63% -
HSV(B) 169.94º 0.71% 0.98% -
XYZ 50.22 75.59 80.35 -
YUV 194.06 143.2 40.94 -
System Red Green Blue C M Y K H S L
Decimal 72 251 221 0.71 0 0.12 0.02 169.94 0.96 0.63
Hex 48 FB DD 47 0 C 2 AA 60 3F
Octal 110 373 335 107 0 14 2 252 140 77
Binary 1001000 11111011 11011101 1000111 0 1100 10 10101010 1100000 111111

Color Harmonies of #48FBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48FBDD

Black with #48FBDD

Text Example


Text Example

White with #48FBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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