Html Css Color HEX #48FBDB Turquoise

📋 copy color: '#48FBDB'

red 72 ◦ green 251 ◦ blue 219

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

Shades of Turquoise #48FBDB

Tints of Turquoise #48FBDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.41%

R = 13.28%
G = 46.31%
B = 40.41%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#48FBDB (or 0x48FBDB) is known color: Turquoise. HEX triplet: 48, FB and DB. RGB value is (72,251,219). Sum of RGB (Red+Green+Blue) = 72+251+219=542 (71% of max value = 765). Red value is 72 (28.52% from 255 or 13.28% from 542); Green value is 251 (98.44% from 255 or 46.31% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 251 - color contains mainly: green. Hex color #48FBDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48FBDB is #B70424. Grayscale: #C1C1C1. Windows color (decimal): -11994149 or 14416712. OLE color: 14416712.

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

Color convert

RGB 72 251 219 -
CMYK 0.71 0 0.13 0.02
HSL 169.27º 0.96% 0.63% -
HSV(B) 169.27º 0.71% 0.98% -
XYZ 49.96 75.49 78.96 -
YUV 193.83 142.2 41.1 -
System Red Green Blue C M Y K H S L
Decimal 72 251 219 0.71 0 0.13 0.02 169.27 0.96 0.63
Hex 48 FB DB 47 0 D 2 A9 60 3F
Octal 110 373 333 107 0 15 2 251 140 77
Binary 1001000 11111011 11011011 1000111 0 1101 10 10101001 1100000 111111

Color Harmonies of #48FBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48FBDB

Black with #48FBDB

Text Example


Text Example

White with #48FBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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