Html Css Color HEX #48FBDF Turquoise

📋 copy color: '#48FBDF'

red 72 ◦ green 251 ◦ blue 223

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

Shades of Turquoise #48FBDF

Tints of Turquoise #48FBDF

RGB

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

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

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

R = 13.19%
G = 45.97%
B = 40.84%

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

#48FBDF (or 0x48FBDF) is known color: Turquoise. HEX triplet: 48, FB and DF. RGB value is (72,251,223). Sum of RGB (Red+Green+Blue) = 72+251+223=546 (72% of max value = 765). Red value is 72 (28.52% from 255 or 13.19% from 546); Green value is 251 (98.44% from 255 or 45.97% from 546); Blue value is 223 (87.5% from 255 or 40.84% from 546); Max value from RGB is 251 - color contains mainly: green. Hex color #48FBDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48FBDF is #B70420. Grayscale: #C2C2C2. Windows color (decimal): -11994145 or 14678856. OLE color: 14678856.

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

Color convert

RGB 72 251 223 -
CMYK 0.71 0 0.11 0.02
HSL 170.61º 0.96% 0.63% -
HSV(B) 170.61º 0.71% 0.98% -
XYZ 50.49 75.7 81.76 -
YUV 194.29 144.2 40.78 -
System Red Green Blue C M Y K H S L
Decimal 72 251 223 0.71 0 0.11 0.02 170.61 0.96 0.63
Hex 48 FB DF 47 0 B 2 AB 60 3F
Octal 110 373 337 107 0 13 2 253 140 77
Binary 1001000 11111011 11011111 1000111 0 1011 10 10101011 1100000 111111

Color Harmonies of #48FBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48FBDF

Black with #48FBDF

Text Example


Text Example

White with #48FBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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